From 0933dd5e5f563675c8a36e4520905bf9b58df00e Mon Sep 17 00:00:00 2001 From: clonemycode <168618167+clonemycode@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:55:03 +0800 Subject: [PATCH] chore: remove redundant word in comment (#3742) remove redundant word in comment --- .../@headlessui-react/src/components/dialog/dialog.test.tsx | 4 ++-- packages/@headlessui-vue/src/components/dialog/dialog.test.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/@headlessui-react/src/components/dialog/dialog.test.tsx b/packages/@headlessui-react/src/components/dialog/dialog.test.tsx index c7ad239..8736908 100644 --- a/packages/@headlessui-react/src/components/dialog/dialog.test.tsx +++ b/packages/@headlessui-react/src/components/dialog/dialog.test.tsx @@ -1076,7 +1076,7 @@ describe('Mouse interactions', () => { // Verify that the wrapper function has not been called yet expect(wrapperFn).toHaveBeenCalledTimes(0) - // Click the button inside the the Dialog + // Click the button inside the Dialog await click(getByText('Inside')) // Verify it is closed @@ -1119,7 +1119,7 @@ describe('Mouse interactions', () => { // Verify it is open assertDialog({ state: DialogState.Visible }) - // Click the button inside the the Dialog + // Click the button inside the Dialog await click(getByText('Inside')) // Verify it is still open diff --git a/packages/@headlessui-vue/src/components/dialog/dialog.test.ts b/packages/@headlessui-vue/src/components/dialog/dialog.test.ts index da269ec..7af8587 100644 --- a/packages/@headlessui-vue/src/components/dialog/dialog.test.ts +++ b/packages/@headlessui-vue/src/components/dialog/dialog.test.ts @@ -1821,7 +1821,7 @@ describe('Mouse interactions', () => { // Verify that the wrapper function has not been called yet expect(wrapperFn).toHaveBeenCalledTimes(0) - // Click the button inside the the Dialog + // Click the button inside the Dialog await click(getByText('Inside')) // Verify it is closed @@ -1864,7 +1864,7 @@ describe('Mouse interactions', () => { // Verify it is open assertDialog({ state: DialogState.Visible }) - // Click the button inside the the Dialog + // Click the button inside the Dialog await click(getByText('Inside')) // Verify it is still open