Skip to content

Commit 23cbbae

Browse files
authored
Update package.json
Removing additional timeout
1 parent 464051c commit 23cbbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"node": ">=6.12.3"
88
},
99
"scripts": {
10-
"test": "mocha --timeout 10000 && mocha --reporter mocha-sonar-generic-test-coverage > test-results.xml",
10+
"test": "mocha && mocha --reporter mocha-sonar-generic-test-coverage > test-results.xml",
1111
"coverage": "nyc mocha && nyc report --reporter=text-lcov > .nyc_output/coverage.lcov",
1212
"lint": "eslint lib --ext .js",
1313
"lint:fix": "eslint lib --ext .js --fix",

0 commit comments

Comments
 (0)