import { beforeAll, vi } from 'vitest'; beforeAll(() => { vi.stubEnv('NODE_ENV', 'test'); });