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 5f7f5fc commit fd92c13Copy full SHA for fd92c13
package.json
@@ -15,7 +15,7 @@
15
"postversion": "git push && git push --tags",
16
"pretest": "npm run lint",
17
"preversion": "npm test",
18
- "test": "nyc mocha \"test/*.js\" --compilers js:babel-register --reporter progress --timeout 10000",
+ "test": "nyc mocha \"test/*.js\" --compilers js:babel-register --reporter progress --timeout 30000",
19
"watch": "mocha \"test/*.js\" --compilers js:babel-register --growl --reporter progress --watch",
20
"codecov": "nyc report --reporter lcovonly && codecov"
21
},
0 commit comments