mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #4503 from jimfb/remove-npm-run-jest
Removed `npm run jest` script. Users can use `npm test` instead.
This commit is contained in:
@@ -73,7 +73,6 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build": "grunt build",
|
||||
"jest": "test",
|
||||
"linc": "git diff --name-only --diff-filter=ACMRTUB `git merge-base HEAD master` | grep '\\.js$' | xargs eslint --",
|
||||
"lint": "grunt lint",
|
||||
"test": "NODE_ENV=test jest"
|
||||
|
||||
Reference in New Issue
Block a user