mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-16 16:14:43 -04: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…
Add table
Add a link
Reference in a new issue