12 lines
233 B
JSON
12 lines
233 B
JSON
|
{
|
||
|
"clearMocks": true,
|
||
|
"moduleFileExtensions": ["js", "ts"],
|
||
|
"testEnvironment": "node",
|
||
|
"testMatch": ["**/*.test.ts"],
|
||
|
"testRunner": "jest-circus/runner",
|
||
|
"transform": {
|
||
|
"^.+\\.ts$": "ts-jest"
|
||
|
},
|
||
|
"verbose": true
|
||
|
}
|