Fixes a test

This commit is contained in:
Peter Steinberger 2025-05-25 01:43:47 +02:00
parent c366be75e6
commit 3e9bfcdf4e

View file

@ -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<typeof readImageAsBase64>;