mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
8 lines
177 B
JSON
8 lines
177 B
JSON
{
|
|
"moduleFileExtensions": ["js", "json", "ts"],
|
|
"rootDir": ".",
|
|
"testRegex": ".e2e-spec.ts$",
|
|
"transform": { "^.+\\.(t|j)s$": "ts-jest" },
|
|
"testEnvironment": "node"
|
|
}
|