feat(test): Increase test coverage across CLI and Core packages (#1089)

This commit is contained in:
N. Taylor Mullen
2025-06-15 22:41:32 -07:00
committed by GitHub
parent f00b9f2727
commit 197704c630
7 changed files with 716 additions and 210 deletions

View File

@@ -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';