2020-08-18 15:40:31 +00:00
|
|
|
module.exports = {
|
|
|
|
clearMocks: true,
|
|
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
|
|
setupFiles: ["dotenv/config"],
|
|
|
|
testMatch: ['**/*.test.ts'],
|
|
|
|
transform: {
|
|
|
|
'^.+\\.ts$': 'ts-jest'
|
|
|
|
},
|
2022-03-21 12:43:41 +00:00
|
|
|
verbose: true
|
2020-08-18 15:40:31 +00:00
|
|
|
}
|