Files

10 lines
199 B
JavaScript
Raw Permalink Normal View History

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