We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm run-script jest
1 parent 4176783 commit 4d9a2c4Copy full SHA for 4d9a2c4
1 file changed
package.json
@@ -75,7 +75,8 @@
75
"version": 4
76
},
77
"scripts": {
78
- "test": "./node_modules/.bin/grunt test"
+ "test": "./node_modules/.bin/grunt test",
79
+ "jest": "jest"
80
81
"jest": {
82
"rootDir": "src",
0 commit comments