webhook/jest.config.js

8 lines
137 B
JavaScript
Raw Normal View History

2022-11-10 14:06:47 +01:00
module.exports = {
transform: {
'^.+\\.(ts|tsx)$': 'ts-jest',
'^.+\\.(js)$': 'babel-jest'
},
transformIgnorePatterns: []
}