mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-25 17:38:45 +00: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(),
|
|
}));
|