2020-01-08 14:26:34 -07:00
|
|
|
module.exports = {
|
|
|
|
clearMocks: true,
|
|
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
|
|
testEnvironment: 'node',
|
|
|
|
testMatch: ['**/*.test.ts'],
|
|
|
|
testRunner: 'jest-circus/runner',
|
|
|
|
transform: {
|
|
|
|
'^.+\\.ts$': 'ts-jest'
|
|
|
|
},
|
2020-05-07 04:11:19 -06:00
|
|
|
verbose: false
|
|
|
|
}
|