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 a42c292 commit 89df6c0Copy full SHA for 89df6c0
jest.config.ts
@@ -11,7 +11,9 @@ const config: Config.InitialOptions = {
11
'^.+\\.tsx?$': 'babel-jest',
12
'^.+\\.jsx?$': 'babel-jest',
13
},
14
- transformIgnorePatterns: ['/node_modules/(?!(@kubernetes/client-node|openid-client|oauth4webapi|jose)/)'],
+ transformIgnorePatterns: [
15
+ '/node_modules/(?!(@kubernetes/client-node|@apidevtools/json-schema-ref-parser|openid-client|oauth4webapi|jose)/)',
16
+ ],
17
silent: false,
18
verbose: true,
19
}
0 commit comments