http-client/jest.config.js
Bryan MacFarlane 0fc3b75a6d initial commit
2020-01-09 18:32:59 -05:00

10 lines
209 B
JavaScript

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