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