nx/nx-dev/ui-contact/jest.config.ts
Benjamin Cabanes 50dff717df
feat(nx-dev): add contact pages (#22815)
This commit adds a new 'Contact' section to the website. It includes various subpages designed to assist and guide users looking to get in touch. Users can now seek help through a convenient form, connect with the team in multiple ways, or reach out to the sales team directly.
2024-04-15 10:18:52 -04:00

11 lines
276 B
TypeScript

/* eslint-disable */
export default {
displayName: 'nx-dev-ui-contact',
transform: {
'^.+\\.[tj]sx?$': 'babel-jest',
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
coverageDirectory: '../../coverage/nx-dev/ui-contact',
preset: '../../jest.preset.js',
};