mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-23 19:23:24 +00:00
Add Jest config for E2E tests
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
a59eb506e1
commit
f77cfce0b2
1 changed files with 9 additions and 0 deletions
9
test/jest-e2e.json
Normal file
9
test/jest-e2e.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"moduleFileExtensions": ["js", "json", "ts"],
|
||||
"rootDir": ".",
|
||||
"testEnvironment": "node",
|
||||
"testRegex": ".e2e-spec.ts$",
|
||||
"transform": {
|
||||
"^.+\\.(t|j)s$": "ts-jest"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue