Skip to content

Commit 89df6c0

Browse files
committed
chore: update schema-ref-parser and add it to the transformIgnorePatterns
1 parent a42c292 commit 89df6c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jest.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ const config: Config.InitialOptions = {
1111
'^.+\\.tsx?$': 'babel-jest',
1212
'^.+\\.jsx?$': 'babel-jest',
1313
},
14-
transformIgnorePatterns: ['/node_modules/(?!(@kubernetes/client-node|openid-client|oauth4webapi|jose)/)'],
14+
transformIgnorePatterns: [
15+
'/node_modules/(?!(@kubernetes/client-node|@apidevtools/json-schema-ref-parser|openid-client|oauth4webapi|jose)/)',
16+
],
1517
silent: false,
1618
verbose: true,
1719
}

0 commit comments

Comments
 (0)