TTime/frontend/jest.config.cjs

6 lines
85 B
JavaScript
Raw Normal View History

module.exports = {
transform: {
'^.+\\.(t|j)sx?$': '@swc/jest',
},
}