UNPKG

concurrently

Version:
6 lines (5 loc) 191 B
import { vi } from 'vitest'; // eslint-disable-next-line @typescript-eslint/no-explicit-any export function createMockInstance(constructor) { return new (vi.mockObject(constructor))(); }