fix: improve defineConfig types (#4454)
This commit is contained in:
@@ -183,7 +183,7 @@ describe('updateSchema', () => {
|
||||
instance.updateSchema(newSchema);
|
||||
|
||||
expect(consoleErrorSpy).toHaveBeenCalledWith(
|
||||
'All children of the form Schema array that need to be updated must contain the `field` field',
|
||||
'All items in the schema array must have a valid `fieldName` property to be updated',
|
||||
);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user