File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments