|
|
@@ -35,9 +35,10 @@
|
|
|
"lint": "run-p lint:**",
|
|
|
"prelint:openapi:apiv3": "pnpm run openapi:generate-spec:apiv3",
|
|
|
"prelint:openapi:apiv1": "pnpm run openapi:generate-spec:apiv1",
|
|
|
- "test": "run-p test:*",
|
|
|
+ "test": "run-p test:jest test:vitest:coverage",
|
|
|
"test:jest": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/integration/tsconfig.json jest",
|
|
|
- "test:vitest": "vitest run --coverage",
|
|
|
+ "test:vitest": "vitest run",
|
|
|
+ "test:vitest:coverage": "COLUMNS=200 vitest run --coverage",
|
|
|
"jest:run": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/integration/tsconfig.json jest --passWithNoTests -- ",
|
|
|
"reg:run": "reg-suit run",
|
|
|
"//// misc": "",
|