fix(test): disable concurrency

This commit is contained in:
mochaaP 2022-06-23 07:19:50 +00:00
parent 3686f6a2bd
commit b190ffb3d2

View File

@ -152,7 +152,7 @@
"/node_modules/", "/node_modules/",
"<rootDir>/resources/assets/tests/(views|components)/.*\\.ts$" "<rootDir>/resources/assets/tests/(views|components)/.*\\.ts$"
], ],
"maxWorkers": "50%", "maxWorkers": 1,
"globals": { "globals": {
"ts-jest": { "ts-jest": {
"tsconfig": "<rootDir>/resources/assets/tests/tsconfig.json", "tsconfig": "<rootDir>/resources/assets/tests/tsconfig.json",