Skip to content

Commit fae592f

Browse files
committed
chore: bot comment
1 parent 844ce21 commit fae592f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/sdk/react/jest.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"^.+\\.tsx?$": [
44
"ts-jest",
55
{
6-
"tsconfig": {}
6+
"tsconfig": { "esModuleInterop": true }
77
}
88
]
99
},

packages/tooling/client-testing-plugin/jest.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"^.+\\.tsx?$": [
44
"ts-jest",
55
{
6-
"tsconfig": {}
6+
"tsconfig": { "esModuleInterop": true }
77
}
88
]
99
},

0 commit comments

Comments
 (0)