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

Commit 73c45a8

Browse files
author
Darío Javier Cravero
committed
fix: quick fix for tests not to timeout
The larger solution is probably in splitting out `cmd_register` on `users.js` as suggested by @mcdonnelldean so it doesn't timeout.
1 parent 12a20ea commit 73c45a8

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)