vega-frontend-monorepo/apps/trading/jest.config.js
2022-02-11 15:02:11 +01:00

11 lines
350 B
JavaScript

module.exports = {
displayName: 'trading',
preset: '../../jest.preset.js',
transform: {
'^(?!.*\\.(js|jsx|ts|tsx|css|json)$)': '@nrwl/react/plugins/jest',
'^.+\\.[tj]sx?$': ['babel-jest', { presets: ['@nrwl/next/babel'] }],
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
coverageDirectory: '../../coverage/apps/trading',
};