webhook-action/jest.config.js

8 lines
137 B
JavaScript
Raw Normal View History

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