Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Dec 12, 2024
1 parent efd0e52 commit a9dea98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spec/Form.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6064,6 +6064,7 @@ describe("A Form", () => {
expect(field_char?.readOnly).toBeTruthy();
expect(form.autorefreshableFields.length).toBe(1);
expect(form.autorefreshableFields[0]).toBe("field_char");
});
describe("If the field has widget_props", () => {
it("should merge widget_props from fields definition and xml", () => {
const fields = {
Expand Down

0 comments on commit a9dea98

Please sign in to comment.