You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
305 B

{
"moduleFileExtensions": ["js", "json", "ts", "tsx"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".spec.ts$",
"transform": {
"^.+\\.(t|j)sx?$": "ts-jest"
},
"setupFilesAfterEnv": ["./utils/beforeEach.ts"],
"globalTeardown": "./utils/teardown.ts",
"testTimeout": 10000
}