File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 "start" : " dts watch --target node" ,
2929 "build:check" : " tsc --noEmit" ,
3030 "build" : " tsc --noEmit && dts build --target node" ,
31- "test" : " dts test --runInBand --testTimeout=20000 " ,
32- "test:packages" : " dts test test/package-snapshots --maxWorkers=4 --testTimeout=20000 " ,
33- "test:cov" : " dts test --coverage --maxWorkers=4 --testTimeout=20000 " ,
31+ "test" : " dts test --runInBand --testTimeout=30000 " ,
32+ "test:packages" : " dts test test/package-snapshots --maxWorkers=4 --testTimeout=30000 " ,
33+ "test:cov" : " dts test --coverage --maxWorkers=4 --testTimeout=30000 " ,
3434 "test:watch" : " dts test --runInBand --watchAll --coverage" ,
35- "test:ci" : " dts test --coverage --maxWorkers=2 --testTimeout=20000 --bail --ci" ,
35+ "test:ci" : " dts test --coverage --maxWorkers=2 --testTimeout=30000 --bail --ci" ,
3636 "lint" : " dts lint src test" ,
3737 "lint:fix" : " dts lint src test --fix" ,
3838 "debug:analyze" : " yarn ts-node --skip-project scripts/debug-analyze.ts" ,
You can’t perform that action at this time.
0 commit comments