mise-action/jest.config.js
2023-01-14 08:11:40 -06:00

9 lines
No EOL
172 B
JavaScript

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