You've already forked jeecg-boot
mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-11-26 14:34:38 +08:00
6 lines
130 B
Vue
6 lines
130 B
Vue
export default jest.fn().mockImplementation(() => ({
|
|
postMessage: jest.fn(),
|
|
onmessage: jest.fn(),
|
|
onerror: jest.fn(),
|
|
}));
|