mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-26 12:48:48 +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(),
|
||
|
}));
|