From 3e9bfcdf4e8b9759f9e6e04022fd19f877295287 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 25 May 2025 01:43:47 +0200 Subject: [PATCH] Fixes a test --- tests/unit/tools/analyze.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/tools/analyze.test.ts b/tests/unit/tools/analyze.test.ts index 17639eb..e9b89c3 100644 --- a/tests/unit/tools/analyze.test.ts +++ b/tests/unit/tools/analyze.test.ts @@ -11,7 +11,7 @@ import { ToolContext, AIProvider } from '../../../src/types'; import path from 'path'; // Import path for extname // Mocks -jest.mock('../../../src/utils/swift-cli'); +jest.mock('../../../src/utils/peekaboo-cli'); jest.mock('../../../src/utils/ai-providers'); const mockReadImageAsBase64 = readImageAsBase64 as jest.MockedFunction;