Skip to content

Commit 512b5fe

Browse files
committed
Another atempt at disabling timeouts
1 parent e154f21 commit 512b5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
11-
"test": "mocha test --timeout 0",
11+
"test": "mocha test --no-timeouts",
1212
"prebuild": "npm run lint; npm test",
1313
"lint": "eslint src/",
1414
"build": "webpack --config webpack.config.js"

0 commit comments

Comments
 (0)