mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 09:45:37 -04:00
E2EConfig: Remove maxConcurrency
This is not necessary as it only effects `it.concurrent` test and we currently don't use those. See https://jestjs.io/docs/configuration#maxconcurrency-number Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
19d88e7e8c
commit
2d39160d9e
1 changed files with 1 additions and 2 deletions
|
@ -13,6 +13,5 @@
|
||||||
"^.+\\.(t|j)s$": "ts-jest"
|
"^.+\\.(t|j)s$": "ts-jest"
|
||||||
},
|
},
|
||||||
"coverageDirectory": "./coverage-e2e",
|
"coverageDirectory": "./coverage-e2e",
|
||||||
"testTimeout": 10000,
|
"testTimeout": 10000
|
||||||
"maxConcurrency": 1
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue