ghaction-upx/jest.config.ts
2022-04-24 20:28:40 +02:00

10 lines
174 B
TypeScript

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