Skip to content

Commit

Permalink
fix: type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
airjp73 committed Nov 12, 2024
1 parent 87975cf commit abc67b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/form.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ it("should be able to nest scopes arbitrarily deep", () => {
reloadDocument: false,
},
formProps: { id: "test-form" },
defaultFormId: "default-form-id",
});

expect(form.__field_prefix__).toBe("");
Expand Down Expand Up @@ -65,6 +66,7 @@ it("should be able to nest scopes with arrays", () => {
reloadDocument: false,
},
formProps: { id: "test-form" },
defaultFormId: "default-form-id",
});

expect(form.__field_prefix__).toBe("");
Expand Down

0 comments on commit abc67b9

Please sign in to comment.