fix: force counterpart resolve in jest config (#31136)

This commit is contained in:
Florian Duros
2025-10-30 10:59:27 +01:00
committed by GitHub
parent 3ae91d69da
commit f297282bf6

View File

@@ -40,6 +40,7 @@ const config: Config = {
"^!!raw-loader!.*": "jest-raw-loader",
"recorderWorkletFactory": "<rootDir>/__mocks__/empty.js",
"^fetch-mock$": "<rootDir>/node_modules/fetch-mock",
"counterpart": "<rootDir>/node_modules/counterpart",
},
transformIgnorePatterns: [
"/node_modules/(?!(mime|matrix-js-sdk|uuid|p-retry|is-network-error|react-merge-refs)).+$",