diff --git a/template/package.json b/template/package.json index 2ae570e..c24fddc 100644 --- a/template/package.json +++ b/template/package.json @@ -21,8 +21,8 @@ "index.js" ], "scripts": { - "test": "mocha --reporter spec --bail --check-leaks --require should test/", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/", - "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/" + "test": "mocha --reporter spec --bail --check-leaks", + "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks", + "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks" } }