mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
bug(cli): Exclude only specific tests. (#6244)
This commit is contained in:
parent
4973e7e1e0
commit
ef54f720de
3 changed files with 74 additions and 8 deletions
|
|
@ -54,7 +54,8 @@ export const createMockCommandContext = (
|
|||
loadHistory: vi.fn(),
|
||||
toggleCorgiMode: vi.fn(),
|
||||
toggleVimEnabled: vi.fn(),
|
||||
},
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
} as any,
|
||||
session: {
|
||||
sessionShellAllowlist: new Set<string>(),
|
||||
stats: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue