diff --git a/packages/preact-form/tests/useForm.test.tsx b/packages/preact-form/tests/useForm.test.tsx index d792e129d..b1efd4dea 100644 --- a/packages/preact-form/tests/useForm.test.tsx +++ b/packages/preact-form/tests/useForm.test.tsx @@ -484,7 +484,7 @@ describe('useForm', () => { expect(getByText(error)).toBeInTheDocument() }) - it("should set field errors from the the form's onChangeAsync validator", async () => { + it("should set field errors from the form's onChangeAsync validator", async () => { function Comp() { const form = useForm({ defaultValues: {