Files

10 lines
173 B
JavaScript
Raw Permalink Normal View History

2022-01-31 14:09:42 -05:00
module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
testMatch: ['**/*.test.ts'],
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
2022-01-31 15:38:31 -05:00
}