UNPKG

@codai/memorai

Version:

Universal Database & Storage Service for CODAI Ecosystem - CBD Backend

13 lines (10 loc) 222 B
import { vi } from 'vitest'; // Global test setup beforeEach(() => { vi.clearAllMocks(); }); // Mock global objects if needed Object.defineProperty(global, 'fetch', { value: vi.fn(), writable: true });