nx/e2e/angular/jest.config.js
2020-07-16 16:18:00 -04:00

11 lines
277 B
JavaScript

module.exports = {
name: 'angular',
preset: '../../jest.config.js',
transform: {
'^.+\\.[tj]sx?$': 'ts-jest',
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'],
maxWorkers: 1,
globals: { 'ts-jest': { tsConfig: '<rootDir>/tsconfig.spec.json' } },
};