diff options
| author | N. Taylor Mullen <[email protected]> | 2025-06-15 22:41:32 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-15 22:41:32 -0700 |
| commit | 197704c630cbf85aa4d113c7a62e305827043910 (patch) | |
| tree | cf5db2e0894f6bbab5998fb93e2593fdb97b6699 /packages/cli/src/ui/hooks/slashCommandProcessor.test.ts | |
| parent | f00b9f27278f4cdfe7c863138212ec489db3e5d9 (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.ts | 1 |
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'; |
