validate-yaml/jest.config.js
2021-09-30 21:58:11 -07:00

9 lines
No EOL
172 B
JavaScript

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