From d27a30573212e07d02241c04ef4db7e8d7afcd2c Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Mon, 10 Oct 2016 12:20:48 +1100 Subject: [PATCH] package: npm test should run coverage too --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95520df..719bdc1 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "coverage": "nyc --check-coverage --branches 90 --functions 90 mocha", "integration": "mocha test/integration/", "standard": "standard", - "test": "npm run standard && npm run unit", + "test": "npm run standard && npm run coverage", "unit": "mocha" }, "repository": {