nx/nx-dev/ui-common/jest.config.js
Jack Hsu ed94c4e1ec
docs(core): add nextjs app for new nx.dev website (#5133)
Co-authored-by: ben <contact@benjamincabanes.com>
2021-03-27 04:01:31 +00:00

11 lines
283 B
JavaScript

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