Make npm run-script jest available

This is slightly shorter than typing `./node_modules/.bin/jest`.
This commit is contained in:
Paul O’Shannessy
2014-08-20 11:48:01 -07:00
parent 417678310c
commit 4d9a2c4a29
+2 -1
View File
@@ -75,7 +75,8 @@
"version": 4
},
"scripts": {
"test": "./node_modules/.bin/grunt test"
"test": "./node_modules/.bin/grunt test",
"jest": "jest"
},
"jest": {
"rootDir": "src",