We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e484514 commit 9aecc74Copy full SHA for 9aecc74
jest.config.ts
@@ -201,10 +201,10 @@ const config: Config = {
201
202
// An array of regexp pattern strings that are matched against all source
203
// file paths, matched files will skip transformation
204
- // transformIgnorePatterns: [
205
- // '\\\\node_modules\\\\',
206
- // '\\.pnp\\.[^\\\\]+$'
207
- // ],
+ transformIgnorePatterns: [
+ //'\\\\node_modules\\\\',
+ 'node_modules/(?!(rendure)/)',
+ ],
208
209
// An array of regexp pattern strings that are matched against all modules
210
// before the module loader will automatically return a mock for them
0 commit comments