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 4638f6a commit 89684a1Copy full SHA for 89684a1
package.json
@@ -8,7 +8,7 @@
8
},
9
"scripts": {
10
"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",
+ "test": "mocha test --timeout 120000",
12
"prebuild": "npm run lint; npm test",
13
"lint": "eslint src/",
14
"build": "webpack --config webpack.config.js"
0 commit comments