11 lines
239 B
JSON
11 lines
239 B
JSON
{
|
|
"moduleFileExtensions": ["js", "json", "ts"],
|
|
"rootDir": "..",
|
|
"testRegex": ".*\\.e2e-spec\\.ts$",
|
|
"setupFiles": ["<rootDir>/test/setup-env.ts"],
|
|
"transform": {
|
|
"^.+\\.(t|j)s$": "ts-jest"
|
|
},
|
|
"testEnvironment": "node"
|
|
}
|