Skip to content

Commit f297282

Browse files
authored
fix: force counterpart resolve in jest config (#31136)
1 parent 3ae91d6 commit f297282

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const config: Config = {
4040
"^!!raw-loader!.*": "jest-raw-loader",
4141
"recorderWorkletFactory": "<rootDir>/__mocks__/empty.js",
4242
"^fetch-mock$": "<rootDir>/node_modules/fetch-mock",
43+
"counterpart": "<rootDir>/node_modules/counterpart",
4344
},
4445
transformIgnorePatterns: [
4546
"/node_modules/(?!(mime|matrix-js-sdk|uuid|p-retry|is-network-error|react-merge-refs)).+$",

0 commit comments

Comments
 (0)