We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7931e2b commit 3d0ccfaCopy full SHA for 3d0ccfa
jest.config.js
@@ -25,7 +25,7 @@ module.exports = {
25
'/packages/create-react-admin/templates',
26
],
27
transformIgnorePatterns: [
28
- '[/\\\\]node_modules[/\\\\](?!(@hookform|react-hotkeys-hook)/).+\\.(js|jsx|mjs|ts|tsx)$',
+ '[/\\\\]node_modules[/\\\\](?!(@hookform|react-hotkeys-hook|@faker-js/faker)/).+\\.(js|jsx|mjs|ts|tsx)$',
29
30
transform: {
31
// '^.+\\.[tj]sx?$' to process js/ts with `ts-jest`
0 commit comments