marocchino-sticky-pull-requ.../jest.config.js
marocchino 7a814244e0
💚 fix test issue
2022-08-29 09:47:48 +09:00

10 lines
200 B
JavaScript

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