UNPKG

211 BJavaScriptView Raw
1module.exports = {
2 transform: {
3 '^.+\\.js?$': 'babel-jest',
4 },
5 testRegex: '(/__test__/.*|(\\.|/)core\\.(test|spec))\\.(js?|ts?)$',
6 moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
7}