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

11 lines
309 B
TypeScript

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