diff --git a/package.json b/package.json index 629f4b3859..c635858e6b 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "coveralls": "cat ./reports/coverage/lcov.info | coveralls", "lint": "eslint ./", "pretest": "npm run lint", - "test": "npm run unit-test 'tests/**/*.js'", - "unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha" + "test": "npm run unit-test", + "unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js" }, "files": [ "LICENSE",