Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Oct 5, 2024
1 parent ada7e6b commit ec377cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-sdk/src/component-generator.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ test("variable names can be js identifiers", () => {
value: { type: "string", value: "initial" },
},
]),
indexesWithinAncestors: new Map([["input", 0]]),
indexesWithinAncestors: new Map(),
...renderJsx(
<$.Body ws:id="body">
<$.Input
Expand Down

0 comments on commit ec377cd

Please sign in to comment.