Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React-1
QOS-React-1
/
scripts
/
jest
/
dont-run-jest-directly.js
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
js
3 lines
87 Bytes
Copy permalink
Copy
Raw
1
'
use strict
'
;
2
3
throw
new
Error
(
"
Don't run `jest` directly. Run `yarn test` instead.
"
);