11 lines
207 B
TypeScript
11 lines
207 B
TypeScript
![]() |
module.exports = {
|
||
![]() |
clearMocks: false,
|
||
![]() |
moduleFileExtensions: ['js', 'ts'],
|
||
|
setupFiles: ["dotenv/config"],
|
||
|
testMatch: ['**/*.test.ts'],
|
||
|
transform: {
|
||
|
'^.+\\.ts$': 'ts-jest'
|
||
|
},
|
||
![]() |
verbose: true
|
||
![]() |
}
|