mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Make npm run-script jest available
This is slightly shorter than typing `./node_modules/.bin/jest`.
This commit is contained in:
+2
-1
@@ -75,7 +75,8 @@
|
||||
"version": 4
|
||||
},
|
||||
"scripts": {
|
||||
"test": "./node_modules/.bin/grunt test"
|
||||
"test": "./node_modules/.bin/grunt test",
|
||||
"jest": "jest"
|
||||
},
|
||||
"jest": {
|
||||
"rootDir": "src",
|
||||
|
||||
Reference in New Issue
Block a user