From 197704c630cbf85aa4d113c7a62e305827043910 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Sun, 15 Jun 2025 22:41:32 -0700 Subject: feat(test): Increase test coverage across CLI and Core packages (#1089) --- packages/cli/src/ui/hooks/slashCommandProcessor.test.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/cli/src/ui/hooks') diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.test.ts b/packages/cli/src/ui/hooks/slashCommandProcessor.test.ts index 497104b9..2316bc86 100644 --- a/packages/cli/src/ui/hooks/slashCommandProcessor.test.ts +++ b/packages/cli/src/ui/hooks/slashCommandProcessor.test.ts @@ -438,6 +438,7 @@ Add any other context about the problem here. ...mockConfig, getBugCommand: vi.fn(() => bugCommand), } as unknown as Config; + process.env.CLI_VERSION = '0.1.0'; const { handleSlashCommand } = getProcessor(); const bugDescription = 'This is a custom bug'; -- cgit v1.2.3