Skip to content

Commit 9aecc74

Browse files
committed
Fix missing transpilation in JEST
1 parent e484514 commit 9aecc74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jest.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,10 @@ const config: Config = {
201201

202202
// An array of regexp pattern strings that are matched against all source
203203
// file paths, matched files will skip transformation
204-
// transformIgnorePatterns: [
205-
// '\\\\node_modules\\\\',
206-
// '\\.pnp\\.[^\\\\]+$'
207-
// ],
204+
transformIgnorePatterns: [
205+
//'\\\\node_modules\\\\',
206+
'node_modules/(?!(rendure)/)',
207+
],
208208

209209
// An array of regexp pattern strings that are matched against all modules
210210
// before the module loader will automatically return a mock for them

0 commit comments

Comments
 (0)