import { fn } from "./mocks"; export const createMockClipboard = () => ({ read: fn(), readText: fn(), write: fn(), writeText: fn(), });