15 lines
359 B
JSON
15 lines
359 B
JSON
{
|
|
"moduleFileExtensions": ["js", "json", "ts"],
|
|
"rootDir": "..",
|
|
"testEnvironment": "node",
|
|
"testRegex": ".integration.spec.ts$",
|
|
"transform": {
|
|
"^.+\\.(t|j)s$": "ts-jest"
|
|
},
|
|
"moduleNameMapper": {
|
|
"^@/(.*)$": "<rootDir>/src/$1"
|
|
},
|
|
"setupFilesAfterEnv": ["<rootDir>/test/setup-integration.ts"],
|
|
"testTimeout": 30000
|
|
}
|