Skip to content

Commit 21b548d

Browse files
Monwabisi Sifumbaraymond-lam
authored andcommitted
✅ Append additionalProperties to test
1 parent a21aaa1 commit 21b548d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/formBuilder/FormBuilder.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ describe('FormBuilder', () => {
8383
},
8484
"obj3": {
8585
"type": "boolean"
86-
}
86+
},
87+
additionalProperties: false,
8788
}
8889
}`,
8990
uischema: `{

0 commit comments

Comments
 (0)