From 4fb88d39fd803484d746c4f3d22a2715664d17dd Mon Sep 17 00:00:00 2001 From: Ning Cui Date: Wed, 3 Jun 2026 10:53:10 -0400 Subject: [PATCH] harness(chunk-1): Fix the duplicated word "the the" in a test description and open a reviewed PR. --- packages/cli/src/ui/hooks/slashCommandProcessor.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.test.tsx b/packages/cli/src/ui/hooks/slashCommandProcessor.test.tsx index 9d963a9e638..d61f1760434 100644 --- a/packages/cli/src/ui/hooks/slashCommandProcessor.test.tsx +++ b/packages/cli/src/ui/hooks/slashCommandProcessor.test.tsx @@ -453,7 +453,7 @@ describe('useSlashCommandProcessor', () => { ); }); - it('sets isProcessing to false if the the input is not a command', async () => { + it('sets isProcessing to false if the input is not a command', async () => { const setMockIsProcessing = vi.fn(); const result = await setupProcessorHook({ setIsProcessing: setMockIsProcessing,