mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05: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"
|
||||
},
|
||||
"coverageDirectory": "./coverage-e2e",
|
||||
"testTimeout": 10000,
|
||||
"maxConcurrency": 1
|
||||
"testTimeout": 10000
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue