babel-plugin-jsx/packages/babel-plugin-jsx/jest.config.js

12 lines
175 B
JavaScript
Raw Normal View History

module.exports = {
setupFiles: ['./test/setup.ts'],
transform: {
'\\.(ts|tsx)$': 'ts-jest',
},
globals: {
'ts-jest': {
babelConfig: true,
},
},
};