From 971a4274a23dcb32ac6ff0c88cff036beb0858c3 Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Tue, 22 Nov 2016 20:47:31 -0300 Subject: [PATCH] Added coverage test on ci --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89116f8..fba3c56 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "watch": "onchange src -- npm run build", "serve": "browser-sync start --no-notify -s test --ss dist -f dist", "start": "run-p watch serve", - "test": "run-s build", + "test": "run-s build coverage", "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --require intelli-espower-loader test/unit/*.js", "reference": "backstop reference --configPath=backstop.conf.js", "compare": "backstop test --configPath=backstop.conf.js",