mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06: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
de9c219cdf
commit
de54bca9c4
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…
Reference in a new issue