2020-03-24 21:26:10 +08:00
|
|
|
{
|
2021-04-06 00:12:59 +08:00
|
|
|
"clearMocks": true,
|
|
|
|
"moduleFileExtensions": ["js", "ts"],
|
|
|
|
"testEnvironment": "node",
|
|
|
|
"testMatch": ["**/*.test.ts"],
|
|
|
|
"testRunner": "jest-circus/runner",
|
|
|
|
"transform": {
|
|
|
|
"^.+\\.ts$": "ts-jest"
|
|
|
|
},
|
|
|
|
"verbose": true
|
2020-03-24 21:26:10 +08:00
|
|
|
}
|