|
|
@@ -35,12 +35,9 @@
|
|
|
"prelint:swagger2openapi": "yarn openapi:v3",
|
|
|
"test": "run-p test:*",
|
|
|
"test:jest": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/integration/tsconfig.json jest",
|
|
|
- "test:vitest": "run-p vitest:run:*",
|
|
|
+ "test:vitest": "vitest run --coverage",
|
|
|
"jest:run": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/integration/tsconfig.json jest --passWithNoTests -- ",
|
|
|
"reg:run": "reg-suit run",
|
|
|
- "vitest:run:unit": "vitest run src --project=app-unit --coverage",
|
|
|
- "vitest:run:integ": "vitest run src --project=app-integration --coverage",
|
|
|
- "vitest:run:components": "vitest run src --project=app-components --coverage",
|
|
|
"previtest:run:integ": "vitest run -c test-with-vite/download-mongo-binary/vitest.config.ts test-with-vite/download-mongo-binary",
|
|
|
"//// misc": "",
|
|
|
"console": "yarn repl",
|