bug(cli): Exclude only specific tests. (#6244)

This commit is contained in:
joshualitt 2025-08-14 10:35:34 -07:00 committed by GitHub
parent 4973e7e1e0
commit ef54f720de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 74 additions and 8 deletions

View file

@ -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: {