From 6cb825f6f3153223e69d0b0ea0ab9797ebb21147 Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Wed, 11 Nov 2015 18:58:56 +0100 Subject: [PATCH] Disable coverage on jest, it's broken --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 2397a68be..ebb7ad0f5 100644 --- a/client/package.json +++ b/client/package.json @@ -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"