This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
react
Watch
1
Star
0
Fork
You've already forked react
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
react
/
scripts
/
jest
/
dont-run-jest-directly.js
4 lines
87 B
JavaScript
Raw
Permalink
Blame
History
'use strict'
;
throw
new
Error
(
"Don't run `jest` directly. Run `yarn test` instead."
)
;
Reference in New Issue
View Git Blame
Copy Permalink