Skip to content

Commit e7f0519

Browse files
committed
fix: add all ESM-only packages to transformIgnorePatterns
Include openid-client, oauth4webapi, rfc4648, and jsonpath-plus alongside @kubernetes/client-node — all ship ESM that Jest cannot parse without transformation.
1 parent 1dc74a6 commit e7f0519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/jest-e2e.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"^.+\\.(t|j)s$": "ts-jest"
88
},
99
"transformIgnorePatterns": [
10-
"node_modules/(?!@kubernetes/client-node)"
10+
"node_modules/(?!@kubernetes/client-node|openid-client|oauth4webapi|rfc4648|jsonpath-plus)"
1111
],
1212
"globalSetup": "./setup.ts",
1313
"globalTeardown": "./teardown.ts",

0 commit comments

Comments
 (0)