nx/e2e/nx-init/jest.config.ts
2022-05-31 15:35:28 -04:00

11 lines
286 B
TypeScript

export default {
transform: {
'^.+\\.[tj]sx?$': 'ts-jest',
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'],
maxWorkers: 1,
globals: { 'ts-jest': { tsconfig: '<rootDir>/tsconfig.spec.json' } },
displayName: 'e2e-nx-init',
preset: '../../jest.preset.js',
};