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 541287f commit 0a17f86Copy full SHA for 0a17f86
package.json
@@ -28,8 +28,8 @@
28
"scripts": {
29
"install": "prebuild --install",
30
"build:docs": "jsdoc -R README.md -d docs lib/*.js",
31
- "test": "mocha --expose-gc --slow 300 --timeout 4000",
32
- "test:electron": "electron-mocha --slow 300 --timeout 4000",
+ "test": "mocha --expose-gc --slow 300",
+ "test:electron": "electron-mocha --slow 300",
33
"precoverage": "nyc npm run test",
34
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
35
},
0 commit comments