nx/packages/cypress/jest.config.js
2020-07-16 16:18:00 -04:00

10 lines
260 B
JavaScript

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