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:
Paul O’Shannessy
2014-11-25 15:07:46 -08:00
parent e18d87b53b
commit 3ce88d7c17
+1 -1
View File
@@ -68,7 +68,7 @@
"version": 4
},
"scripts": {
"test": "./node_modules/.bin/grunt test",
"test": "jest",
"jest": "jest"
},
"jest": {