mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
```
$ jest
FAIL scripts/jest/dont-run-jest-directly.js
● Test suite failed to run
Don't run `jest` directly. Run `yarn test` instead.
> 1 | throw new Error("Don't run `jest` directly. Run `yarn test` instead.");
2 |
at Object.<anonymous> (scripts/jest/dont-run-jest-directly.js:1:96)
Test Suites: 1 failed, 1 total
Tests: 0 total
Snapshots: 0 total
Time: 0.866s
Ran all test suites.
```
4 lines
87 B
JavaScript
4 lines
87 B
JavaScript
'use strict';
|
|
|
|
throw new Error("Don't run `jest` directly. Run `yarn test` instead.");
|