mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-01-27 23:18:38 +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(),
|
||
|
}));
|