diff --git a/package.json b/package.json index f21779d..a944a8c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "scripts": { "lint": "node_modules/standard/bin/cmd.js src/index.js", "build": "node_modules/webpack/bin/webpack.js --config webpack.config.js --progress --colors", - "mocha": "mocha test/*.spec.js --timeout 20000 --reporter spec", + "mocha": "mocha --timeout 20000 --reporter spec mocha.start.js test/*.spec.js", "test": "npm run lint && npm run build && npm run mocha" }, "standard": {