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 2b0a1a1ae4
commit 186bad0bdd
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: {