Files

6 lines
130 B
Vue
Raw Permalink Normal View History

2026-04-03 09:56:14 +08:00
export default jest.fn().mockImplementation(() => ({
postMessage: jest.fn(),
onmessage: jest.fn(),
onerror: jest.fn(),
}));