nx/packages/node/jest.config.js
2020-06-07 23:31:38 -04:00

9 lines
184 B
JavaScript

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