also telling jest to show us a coverage support

This commit is contained in:
Stephen Rodriguez
2015-07-05 23:32:38 -04:00
parent c287459bb5
commit 82f65208db

View File

@@ -1,7 +1,7 @@
{ {
"scripts": { "scripts": {
"test": "jest --verbose && mocha --compilers js:mocha-traceur tests/**/*.spec.js", "test": "jest --verbose --coverage && mocha --compilers js:mocha-traceur tests/**/*.spec.js",
"test-react": "jest --verbose", "test-react": "jest --verbose --coverage",
"test-js": "mocha --compilers js:mocha-traceur tests/**/*.spec.js", "test-js": "mocha --compilers js:mocha-traceur tests/**/*.spec.js",
"start": "npm install && bower install && gulp", "start": "npm install && bower install && gulp",
"lint": "jsxhint --jsx-only ." "lint": "jsxhint --jsx-only ."