summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/hooks/slashCommandProcessor.test.ts
diff options
context:
space:
mode:
authorN. Taylor Mullen <[email protected]>2025-06-15 22:41:32 -0700
committerGitHub <[email protected]>2025-06-15 22:41:32 -0700
commit197704c630cbf85aa4d113c7a62e305827043910 (patch)
treecf5db2e0894f6bbab5998fb93e2593fdb97b6699 /packages/cli/src/ui/hooks/slashCommandProcessor.test.ts
parentf00b9f27278f4cdfe7c863138212ec489db3e5d9 (diff)
feat(test): Increase test coverage across CLI and Core packages (#1089)
Diffstat (limited to 'packages/cli/src/ui/hooks/slashCommandProcessor.test.ts')
-rw-r--r--packages/cli/src/ui/hooks/slashCommandProcessor.test.ts1
1 files changed, 1 insertions, 0 deletions
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';