diff --git a/install/package.json b/install/package.json index 51bb43feb3..3d85bf4f0d 100644 --- a/install/package.json +++ b/install/package.json @@ -12,7 +12,7 @@ "scripts": { "start": "node loader.js", "lint": "eslint --cache ./nodebb .", - "test": "nyc --use-spawn-wrap --reporter=html --reporter=text-summary mocha", + "test": "mocha", "coverage": "nyc report --reporter=text-lcov > ./coverage/lcov.info", "coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage" },