nx/packages/react-native/jest.config.ts
2022-04-23 18:06:01 +00:00

13 lines
314 B
TypeScript

module.exports = {
transform: {
'^.+\\.[tj]sx?$': 'ts-jest',
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html', 'json'],
globals: {
'ts-jest': { tsconfig: '<rootDir>/tsconfig.spec.json' },
},
displayName: 'react-native',
testEnvironment: 'node',
preset: '../../jest.preset.ts',
};