mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2026-05-15 19:57:55 +00: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(),
|
|
}));
|