kafka-ui/kafka-ui-react-app/jest.config.js
2021-02-01 14:11:09 +03:00

8 lines
227 B
JavaScript

module.exports = {
roots: ['<rootDir>/src'],
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
};