mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2025-09-07 10:35:47 -06:00
10 lines
174 B
TypeScript
10 lines
174 B
TypeScript
module.exports = {
|
|
clearMocks: true,
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
testMatch: ['**/*.test.ts'],
|
|
transform: {
|
|
'^.+\\.ts$': 'ts-jest'
|
|
},
|
|
verbose: true
|
|
};
|