nx/nx-dev/ui-commands/jest.config.ts
2022-04-23 18:06:01 +00:00

11 lines
261 B
TypeScript

module.exports = {
displayName: 'nx-dev-ui-commands',
transform: {
'^.+\\.[tj]sx?$': 'babel-jest',
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
coverageDirectory: '../../coverage//nx-dev/ui-commands',
preset: '../../jest.preset.ts',
};