Merge pull request #4503 from jimfb/remove-npm-run-jest

Removed `npm run jest` script.  Users can use `npm test` instead.
This commit is contained in:
Paul O’Shannessy
2015-07-27 16:05:38 -07:00
-1
View File
@@ -73,7 +73,6 @@
},
"scripts": {
"build": "grunt build",
"jest": "test",
"linc": "git diff --name-only --diff-filter=ACMRTUB `git merge-base HEAD master` | grep '\\.js$' | xargs eslint --",
"lint": "grunt lint",
"test": "NODE_ENV=test jest"