2019-12-03 15:28:59 +00:00
|
|
|
module.exports = {
|
|
|
|
clearMocks: true,
|
2024-04-24 16:04:10 +00:00
|
|
|
fakeTimers: {},
|
2019-12-03 15:28:59 +00:00
|
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
|
|
testEnvironment: 'node',
|
|
|
|
testMatch: ['**/*.test.ts'],
|
|
|
|
testRunner: 'jest-circus/runner',
|
|
|
|
transform: {
|
|
|
|
'^.+\\.ts$': 'ts-jest'
|
|
|
|
},
|
|
|
|
verbose: true
|
|
|
|
}
|