Files
add-to-project/jest.config.js
Jonathan Clem b4c121a252 Improve linting
2022-01-31 15:38:31 -05:00

10 lines
173 B
JavaScript

module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
testMatch: ['**/*.test.ts'],
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
}