From 82f65208dbf26754540862c79e2e19a98058186a Mon Sep 17 00:00:00 2001 From: Stephen Rodriguez Date: Sun, 5 Jul 2015 23:32:38 -0400 Subject: [PATCH] also telling jest to show us a coverage support --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d988051..c06d229 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "scripts": { - "test": "jest --verbose && mocha --compilers js:mocha-traceur tests/**/*.spec.js", - "test-react": "jest --verbose", + "test": "jest --verbose --coverage && mocha --compilers js:mocha-traceur tests/**/*.spec.js", + "test-react": "jest --verbose --coverage", "test-js": "mocha --compilers js:mocha-traceur tests/**/*.spec.js", "start": "npm install && bower install && gulp", "lint": "jsxhint --jsx-only ."