From 61a58f260794d662b6b59e263563846763bceed3 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 21 Dec 2016 11:21:30 -0500 Subject: [PATCH] fixes `npm test` on windows --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d809dece62..0133a93549 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "start": "node loader.js", "lint": "eslint --cache .", "pretest": "npm run lint", - "test": "istanbul cover node_modules/mocha/bin/_mocha -- -R dot", + "test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec", "coveralls": "istanbul cover _mocha --report lcovonly -- -R dot && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "dependencies": {