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 9538fc5 commit 8e67d81Copy full SHA for 8e67d81
package.json
@@ -48,7 +48,7 @@
48
"pretest": "npm run -s lint",
49
"test": "nyc npm run -s test:mocha",
50
"test:ci": "nyc npm run -s test:mocha",
51
- "test:mocha": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 4000",
+ "test:mocha": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 8000",
52
"watch": "npm run -s test:mocha -- --watch --growl",
53
"coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",
54
"codecov": "nyc report --reporter lcovonly && codecov --disable=gcov"
0 commit comments