Files
element-call/test/mocks/workerMock.ts

4 lines
56 B
TypeScript
Raw Normal View History

import { vi } from "vitest";
module.exports = vi.fn();