mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-04-27 15:07:41 +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
|
import path from 'path'; // Import path for extname
|
||||||
|
|
||||||
// Mocks
|
// Mocks
|
||||||
jest.mock('../../../src/utils/swift-cli');
|
jest.mock('../../../src/utils/peekaboo-cli');
|
||||||
jest.mock('../../../src/utils/ai-providers');
|
jest.mock('../../../src/utils/ai-providers');
|
||||||
|
|
||||||
const mockReadImageAsBase64 = readImageAsBase64 as jest.MockedFunction<typeof readImageAsBase64>;
|
const mockReadImageAsBase64 = readImageAsBase64 as jest.MockedFunction<typeof readImageAsBase64>;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue