Skip to content

Commit 39efcd5

Browse files
author
Lucas McDonald
committed
m
1 parent d4c6696 commit 39efcd5

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
@@ -26,7 +26,7 @@
2626
"build-browser": "tsc -b tsconfig.module.json",
2727
"build": "run-s build-*",
2828
"karma": "NODE_OPTIONS=--max-old-space-size=4096 karma start karma.conf.js",
29-
"mocha": "mocha --exclude 'modules/*-+(browser|backend)/build/main/test/*.js' modules/**/build/main/test/*test.js",
29+
"mocha": "mocha --timeout 5000 --exclude 'modules/*-+(browser|backend)/build/main/test/*.js' modules/**/build/main/test/*test.js",
3030
"coverage-browser": "npm run karma && nyc report -t .karma_output --check-coverage",
3131
"coverage-node": "nyc --instrument --all --check-coverage -n 'modules/**/build/main/src/*.js' -x 'modules/**/build/main/test/*.js' -x 'modules/*-+(browser|backend)/**/*.js' npm run mocha",
3232
"coverage-merge": "nyc merge .karma_output .nyc_output/browser.json",

0 commit comments

Comments
 (0)