2020-08-21 08:45:16 -04:00
|
|
|
module.exports = {
|
|
|
|
clearMocks: true,
|
|
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
|
|
setupFiles: ["dotenv/config"],
|
|
|
|
testMatch: ['**/*.test.ts'],
|
|
|
|
transform: {
|
|
|
|
'^.+\\.ts$': 'ts-jest'
|
|
|
|
},
|
2022-03-21 05:57:36 -04:00
|
|
|
verbose: true
|
2020-08-21 08:45:16 -04:00
|
|
|
}
|