UNPKG

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