nx/packages/detox/jest.config.ts

14 lines
329 B
TypeScript

export default {
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',
verbose: true,
preset: '../../jest.preset.js',
};