|
|
@@ -35,9 +35,9 @@
|
|
|
"lint": "run-p lint:*",
|
|
|
"prelint:swagger2openapi": "yarn openapi:v3",
|
|
|
"test": "run-p test:*",
|
|
|
- "test:jest": "cross-env NODE_ENV=test NODE_OPTIONS=\"--max-old-space-size=4096\" jest --logHeapUsage",
|
|
|
+ "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",
|
|
|
- "jest:run": "cross-env NODE_ENV=test jest --passWithNoTests -- ",
|
|
|
+ "jest:run": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/integration/tsconfig.json jest --passWithNoTests -- ",
|
|
|
"reg:run": "reg-suit run",
|
|
|
"vitest:run": "vitest run config src --coverage",
|
|
|
"vitest:run:integ": "vitest run -c vitest.config.integ.ts src --coverage",
|