|
12 | 12 | "clean": "../../node_modules/.bin/rimraf ./build tsconfig.tsbuildinfo combined.log", |
13 | 13 | "clean:build": "yarn clean && yarn build", |
14 | 14 | "writeCandidatesFile": "../../node_modules/.bin/esbuild src/scripts/writeCandidatesFile.ts --platform=node --bundle | node && yarn lint:fix", |
15 | | - "test:unit": "SKIP_MD5=true LOG_LEVEL=info ../../node_modules/.bin/vitest --config vitest.unit.config.mts --no-file-parallelism --coverage", |
16 | | - "test:unit:silent": "SKIP_MD5=true LOG_LEVEL=warn ../../node_modules/.bin/vitest --config vitest.unit.config.mts --no-file-parallelism --coverage", |
17 | | - "test:int": "SKIP_MD5=true LOG_LEVEL=info ../../node_modules/.bin/vitest --config vitest.int.config.mts --no-file-parallelism --coverage", |
18 | | - "test:int:silent": "SKIP_MD5=true LOG_LEVEL=warn ../../node_modules/.bin/vitest --config vitest.int.config.mts --no-file-parallelism --coverage", |
19 | | - "test:chaindata:int": " ../../node_modules/.bin/vitest chaindata.int.test.ts -c vitest.int.config.mts --coverage", |
20 | | - "test:apihandler:int": " ../../node_modules/.bin/vitest ApiHandler.int.test.ts -c vitest.int.config.mts --coverage", |
21 | | - "test:nominator:int": "../../node_modules/.bin/vitest Nominator.int.test.ts -c vitest.int.config.mts --coverage", |
22 | | - "test:scorekeeper:int": "../../node_modules/.bin/vitest scorekeeper.int.test.ts NumNominations.int.test.ts -c vitest.int.config.mts --coverage", |
| 15 | + "test:unit": "SKIP_MD5=true LOG_LEVEL=info ../../node_modules/.bin/vitest --config vitest.unit.config.mts --run --no-file-parallelism --coverage", |
| 16 | + "test:unit:silent": "SKIP_MD5=true LOG_LEVEL=warn ../../node_modules/.bin/vitest --config vitest.unit.config.mts --run --no-file-parallelism --coverage", |
| 17 | + "test:int": "SKIP_MD5=true LOG_LEVEL=info ../../node_modules/.bin/vitest --config vitest.int.config.mts --run --no-file-parallelism --coverage", |
| 18 | + "test:int:silent": "SKIP_MD5=true LOG_LEVEL=warn ../../node_modules/.bin/vitest --config vitest.int.config.mts --run --no-file-parallelism --coverage", |
| 19 | + "test:chaindata:int": " ../../node_modules/.bin/vitest chaindata.int.test.ts -c vitest.int.config.mts --coverage --run", |
| 20 | + "test:apihandler:int": " ../../node_modules/.bin/vitest ApiHandler.int.test.ts -c vitest.int.config.mts --coverage --run", |
| 21 | + "test:nominator:int": "../../node_modules/.bin/vitest Nominator.int.test.ts -c vitest.int.config.mts --coverage --run", |
| 22 | + "test:scorekeeper:int": "../../node_modules/.bin/vitest scorekeeper.int.test.ts NumNominations.int.test.ts -c vitest.int.config.mts --coverage --run", |
23 | 23 | "test": "yarn test:unit && yarn test:int", |
24 | 24 | "ci:checkCandidatesFile": "../../node_modules/.bin/ts-node src/scripts/ci/checkCandidatesFile.ts" |
25 | 25 | }, |
|
0 commit comments