Disable coverage on jest, it's broken

This commit is contained in:
David Kaltschmidt
2015-11-11 18:58:56 +01:00
parent 59064e8a2d
commit 6cb825f6f3

View File

@@ -63,7 +63,7 @@
"build": "webpack -p --config webpack.production.config.js",
"start": "node server.js",
"start-production": "NODE_ENV=production node server.js",
"test": "jest --coverage",
"test": "jest",
"coveralls": "cat coverage/lcov.info | coveralls",
"lint": "eslint app",
"clean": "rm build/app.js"