diff --git a/package.json b/package.json index c1d84be..c7bf30d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "node_modules/.bin/mocha --recursive test/ && node_modules/.bin/eslint .", - "coverage": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec ./test/**.test.js" + "coverage": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec --recursive test" }, "license": "MIT", "repository": "aholstenson/ecolect-js",