We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5829c1e + 360866d commit d4a7f98Copy full SHA for d4a7f98
package.json
@@ -39,7 +39,7 @@
39
"scripts": {
40
"lint": "node_modules/standard/bin/cmd.js src/index.js",
41
"build": "node_modules/webpack/bin/webpack.js --config webpack.config.js --progress --colors",
42
- "mocha": "mocha test/*.spec.js --timeout 20000 --reporter spec",
+ "mocha": "mocha --timeout 20000 --reporter spec mocha.start.js test/*.spec.js",
43
"test": "npm run lint && npm run build && npm run mocha"
44
},
45
"standard": {
0 commit comments