nx/packages/workspace/jest.config.js
2020-07-16 13:51:25 -04:00

9 lines
190 B
JavaScript

module.exports = {
name: 'workspace',
preset: '../../jest.config.js',
transform: {
'^.+\\.[tj]sx?$': 'ts-jest',
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'],
};