about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-10-18 18:39:36 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-10-18 11:39:36 +0200
commit402da46ff611b1a23af07ef0109147d62bf3b9ff (patch)
tree5fc8c436cad45b5d22b8aa190f29116d2b4550d9 /package.json
parente7099d8d9ede66793d8c26838a33943a93414075 (diff)
Enable coverage for Jest (#5442)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e398730c4..594e42475 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
     "start": "node ./streaming/index.js",
     "test": "npm run test:lint && npm run test:jest",
     "test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ spec/javascript/ streaming/",
-    "test:jest": "cross-env NODE_ENV=test jest",
+    "test:jest": "cross-env NODE_ENV=test jest --coverage",
     "postinstall": "npm rebuild node-sass"
   },
   "repository": {