We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649a3b0 commit e798b77Copy full SHA for e798b77
package.json
@@ -12,8 +12,8 @@
12
},
13
"scripts": {
14
"test": "npm run test-unit && npm run lint",
15
- "test-unit": "mocha test/unit/*.test.js",
16
- "test-all": "mocha test/**/*.test.js",
+ "test-unit": "mocha --timeout 60000 test/unit/*.test.js",
+ "test-all": "mocha --timeout 60000 test/**/*.test.js",
17
"coverage": "c8 --reporter=html --reporter=text --reporter=text-summary npm test",
18
"coverage-all": "c8 --reporter=lcov --reporter=text --reporter=text-summary npm run test-all",
19
"lint": "eslint . --cache",
0 commit comments