File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
repo-scripts/size-analysis Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
"lint" : " eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'" ,
14
14
"lint:fix" : " eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'" ,
15
15
"pretest" : " tsc -p test/test-inputs && rollup -c" ,
16
- "test" : " yarn type-check && TS_NODE_COMPILER_OPTIONS='{\" module\" :\" commonjs\" }' nyc --reporter lcovonly -- mocha **/*.test.ts --config ../../config/mocharc.node.js --timeout 300000 " ,
17
- "test:ci" : " yarn test " ,
16
+ "test" : " yarn type-check && TS_NODE_COMPILER_OPTIONS='{\" module\" :\" commonjs\" }' nyc --reporter lcovonly -- mocha **/*.test.ts --config ../../config/mocharc.node.js --timeout 60000 " ,
17
+ "test:ci" : " node ../../scripts/run_tests_in_ci.js " ,
18
18
"type-check" : " tsc -p . --noEmit"
19
19
},
20
20
"dependencies" : {
You can’t perform that action at this time.
0 commit comments