mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
Add tests for /language command and fix regex parsing
This commit is contained in:
parent
8b29dd130e
commit
3ff916a5f1
3 changed files with 593 additions and 4 deletions
|
|
@ -60,6 +60,7 @@ export const createMockCommandContext = (
|
|||
toggleVimEnabled: vi.fn(),
|
||||
extensionsUpdateState: new Map(),
|
||||
setExtensionsUpdateState: vi.fn(),
|
||||
reloadCommands: vi.fn(),
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
} as any,
|
||||
session: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue