import { vi } from "vitest"; module.exports = { loadOlm: vi.fn(async () => {}) };