ghaction-upx/jest.config.ts

10 lines
174 B
TypeScript
Raw Normal View History

2020-01-08 14:26:34 -07:00
module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
testMatch: ['**/*.test.ts'],
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
};