2019-08-20 21:27:52 +07:00
|
|
|
module.exports = {
|
|
|
|
clearMocks: true,
|
|
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
|
|
testEnvironment: 'node',
|
|
|
|
testMatch: ['**/*.test.ts'],
|
|
|
|
testRunner: 'jest-circus/runner',
|
|
|
|
transform: {
|
|
|
|
'^.+\\.ts$': 'ts-jest'
|
|
|
|
},
|
|
|
|
verbose: true
|
2019-06-27 08:12:00 +07:00
|
|
|
}
|