From 34e0d9c0b65b91b12df4f205d9835e05913992b9 Mon Sep 17 00:00:00 2001 From: "Anas H. Sulaiman" Date: Fri, 13 Jun 2025 12:00:38 -0400 Subject: cleanup unused `allowBuildArtifacts` (#1010) --- packages/cli/src/ui/hooks/atCommandProcessor.test.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/cli/src/ui/hooks/atCommandProcessor.test.ts') diff --git a/packages/cli/src/ui/hooks/atCommandProcessor.test.ts b/packages/cli/src/ui/hooks/atCommandProcessor.test.ts index c76bdd37..9a80c95c 100644 --- a/packages/cli/src/ui/hooks/atCommandProcessor.test.ts +++ b/packages/cli/src/ui/hooks/atCommandProcessor.test.ts @@ -21,7 +21,6 @@ const mockConfig = { isSandboxed: vi.fn(() => false), getFileService: vi.fn(), getFileFilteringRespectGitIgnore: vi.fn(() => true), - getFileFilteringAllowBuildArtifacts: vi.fn(() => false), } as unknown as Config; const mockReadManyFilesExecute = vi.fn(); -- cgit v1.2.3