mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
feat(test): Increase test coverage across CLI and Core packages (#1089)
This commit is contained in:
parent
f00b9f2727
commit
197704c630
7 changed files with 716 additions and 210 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue