hldy_yunwei_vue/tests/__mocks__/workerMock.ts

6 lines
130 B
TypeScript
Raw Normal View History

2025-07-03 17:40:00 +08:00
export default jest.fn().mockImplementation(() => ({
postMessage: jest.fn(),
onmessage: jest.fn(),
onerror: jest.fn(),
}));