mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-01-23 17:50:22 +08:00
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
export default jest.fn().mockImplementation(() => ({
|
|
postMessage: jest.fn(),
|
|
onmessage: jest.fn(),
|
|
onerror: jest.fn(),
|
|
}));
|