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