Jeecg-boot/jeecgboot-vue3/tests/__mocks__/workerMock.ts
2024-10-26 21:49:53 +08:00

6 lines
130 B
Vue

export default jest.fn().mockImplementation(() => ({
postMessage: jest.fn(),
onmessage: jest.fn(),
onerror: jest.fn(),
}));