mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Use jest for npm test
I've given in and this is easier than `npm run jest`. `grunt test` still exists and is used by Travis so this has no CI implications.
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@
|
||||
"version": 4
|
||||
},
|
||||
"scripts": {
|
||||
"test": "./node_modules/.bin/grunt test",
|
||||
"test": "jest",
|
||||
"jest": "jest"
|
||||
},
|
||||
"jest": {
|
||||
|
||||
Reference in New Issue
Block a user