mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
de54bca9c4
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>
17 lines
297 B
JSON
17 lines
297 B
JSON
{
|
|
"moduleFileExtensions": [
|
|
"js",
|
|
"json",
|
|
"ts"
|
|
],
|
|
"rootDir": ".",
|
|
"testEnvironment": "node",
|
|
"testMatch": [
|
|
"<rootDir>/test/**/*.e2e-spec.{ts,js}"
|
|
],
|
|
"transform": {
|
|
"^.+\\.(t|j)s$": "ts-jest"
|
|
},
|
|
"coverageDirectory": "./coverage-e2e",
|
|
"testTimeout": 10000
|
|
}
|