Return ajv errors from validate method.

This commit is contained in:
Austin Smith
2025-11-19 08:33:39 -05:00
parent c8d52f15cc
commit 4d1a652e84
2 changed files with 3 additions and 3 deletions

View File

@@ -152,8 +152,7 @@ describe('Declaform', () => {
await form.ready;
const isValid = await form.validate();
expect(isValid).toBe(false);
expect(isValid).not.toBe(true);
});
});