|
|
@@ -33,7 +33,7 @@
|
|
|
"lint:swagger2openapi": "node node_modules/.bin/oas-validate tmp/swagger.json",
|
|
|
"lint": "run-p lint:*",
|
|
|
"prelint:swagger2openapi": "yarn openapi:v3",
|
|
|
- "test": "cross-env NODE_ENV=test jest",
|
|
|
+ "test": "cross-env NODE_ENV=test NODE_OPTIONS=\"--max-old-space-size=4096\" jest --logHeapUsage",
|
|
|
"jest:run": "cross-env NODE_ENV=test jest --passWithNoTests -- ",
|
|
|
"reg:run": "reg-suit run",
|
|
|
"//// misc": "",
|