import { vi } from "vitest"; Object.defineProperty(global, "import", { value: { meta: { glob: vi.fn(() => ({})), }, }, writable: true, });