mirror of
https://github.com/element-hq/element-call.git
synced 2026-06-08 13:01:58 +00:00
9a5afb11f6
- replace jest references with vitest
4 lines
56 B
TypeScript
4 lines
56 B
TypeScript
import { vi } from "vitest";
|
|
|
|
module.exports = vi.fn();
|