fix: improve defineConfig types (#4454)

This commit is contained in:
Vben
2024-09-21 13:25:06 +08:00
committed by GitHub
parent 60cffb0dec
commit d34f1fbf2f
2 changed files with 3 additions and 3 deletions

View File

@@ -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',
);
});