We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a0252 commit 3bfe656Copy full SHA for 3bfe656
1 file changed
package.json
@@ -29,7 +29,7 @@
29
"docs": "node ./scripts/docs/packages.js",
30
"bundle": "node ./scripts/docs/bundle.js",
31
"lint": "jshint scripts/ packages/ system-test/ test/ && jscs packages/ system-test/ test/",
32
- "test": "npm run docs && npm run bundle && mocha test/docs.js packages/*/test/*.js",
+ "test": "npm run docs && npm run bundle && mocha --timeout 5000 test/docs.js packages/*/test/*.js",
33
"system-test": "mocha packages/*/system-test/*.js --no-timeouts --bail",
34
"cover": "istanbul cover _mocha --report lcovonly -x 'packages/*/src/v*/*.js' -- --no-timeouts --bail packages/*/test/*.js -R spec",
35
"coveralls": "npm run cover && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
0 commit comments