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.
1 parent 429e4bb commit 37e1f7fCopy full SHA for 37e1f7f
package.json
@@ -33,8 +33,8 @@
33
"postversion": "git push && git push --tags",
34
"clean": "rimraf .nyc_output coverage index.js",
35
"lint": "eslint lib scripts tests",
36
- "test": "nyc mocha \"tests/lib/**/*.js\" --reporter dot",
37
- "watch": "mocha \"tests/lib/**/*.js\" --reporter dot --watch --growl",
+ "test": "nyc mocha \"tests/lib/**/*.js\" --reporter dot --timeout 4000",
+ "watch": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 4000 --watch --growl",
38
"coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",
39
"codecov": "nyc report --reporter lcovonly && codecov"
40
},
0 commit comments