From 7673acfcf01cbf910dde098b3e0449526052474f Mon Sep 17 00:00:00 2001 From: dfedoryshchev Date: Thu, 14 May 2026 19:54:59 +0100 Subject: [PATCH] test(preact-form): fix duplicate-word typo in test description --- packages/preact-form/tests/useForm.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {