2019-12-03 16:28:59 +01:00
|
|
|
module.exports = {
|
|
|
|
clearMocks: true,
|
|
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
|
|
testEnvironment: 'node',
|
|
|
|
testMatch: ['**/*.test.ts'],
|
|
|
|
testRunner: 'jest-circus/runner',
|
|
|
|
transform: {
|
|
|
|
'^.+\\.ts$': 'ts-jest'
|
|
|
|
},
|
|
|
|
verbose: true
|
2021-12-31 19:35:39 +01:00
|
|
|
}
|