mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-05 19:58:20 +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(),
|
|
}));
|