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 bbeea17 commit 464051cCopy full SHA for 464051c
package.json
@@ -7,13 +7,16 @@
7
"node": ">=6.12.3"
8
},
9
"scripts": {
10
- "test": "mocha && mocha --reporter mocha-sonar-generic-test-coverage > test-results.xml",
+ "test": "mocha --timeout 10000 && mocha --reporter mocha-sonar-generic-test-coverage > test-results.xml",
11
"coverage": "nyc mocha && nyc report --reporter=text-lcov > .nyc_output/coverage.lcov",
12
"lint": "eslint lib --ext .js",
13
"lint:fix": "eslint lib --ext .js --fix",
14
"lint:report": "npm run lint -- -f checkstyle --output-file target/checkstyle.xml",
15
"precommit": "lint-staged"
16
17
+ "mocha": {
18
+ "timeout": "5000"
19
+ },
20
"lint-staged": {
21
"linters": {
22
"*.{js,jsx,json,scss}": [
0 commit comments