mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-03-25 09:25:47 +00:00
Fixes a test
This commit is contained in:
parent
c366be75e6
commit
3e9bfcdf4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue