fix(test): disable concurrency
This commit is contained in:
parent
3686f6a2bd
commit
b190ffb3d2
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user