Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit bb224e9

Browse files
author
Ursula Clarke Everett
committed
Merge pull request #182 from dariocravero/dont-timeout-on-tests
fix: quick fix for tests not to timeout
2 parents 12a20ea + 73c45a8 commit bb224e9

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
"test": "test"
88
},
99
"scripts": {
10-
"test": "npm run lint && bash -c 'source ./config/development.env; ./node_modules/.bin/lab --ignore __core-js_shared__ --flat --threshold 50 -r html -o ./coverage/coverage.html -r lcov -o ./coverage/lcov.info -r json -o ./coverage/coverage.json -r lab-quieter-reporter -o stdout'",
10+
"test": "npm run lint && bash -c 'source ./config/development.env; ./node_modules/.bin/lab --ignore __core-js_shared__ --flat --threshold 50 -r html -o ./coverage/coverage.html -r lcov -o ./coverage/lcov.info -r json -o ./coverage/coverage.json -r lab-quieter-reporter -o stdout -m 5000'",
1111
"covrep": "bash test/covrep.sh",
1212
"lint": "./node_modules/.bin/semistandard *.js config/config.js"
1313
},

0 commit comments

Comments
 (0)