summaryrefslogtreecommitdiff
path: root/packages/cli/src/test-utils/mockCommandContext.ts
diff options
context:
space:
mode:
authorjoshualitt <[email protected]>2025-08-14 10:35:34 -0700
committerGitHub <[email protected]>2025-08-14 17:35:34 +0000
commitef54f720de0ed9e94677504b21d437a79fec89fd (patch)
tree4de9304e9e8205ea80ff5333928cc057113085ea /packages/cli/src/test-utils/mockCommandContext.ts
parent4973e7e1e04004547021986a0e2dc5eeb4a8bf9d (diff)
bug(cli): Exclude only specific tests. (#6244)
Diffstat (limited to 'packages/cli/src/test-utils/mockCommandContext.ts')
-rw-r--r--packages/cli/src/test-utils/mockCommandContext.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/cli/src/test-utils/mockCommandContext.ts b/packages/cli/src/test-utils/mockCommandContext.ts
index 4137dbff..12b8d096 100644
--- a/packages/cli/src/test-utils/mockCommandContext.ts
+++ b/packages/cli/src/test-utils/mockCommandContext.ts
@@ -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: {