CET-vue-3.0/tests/__mocks__/workerMock.ts

6 lines
130 B
TypeScript
Raw Permalink Normal View History

2021-10-20 14:32:09 +08:00
export default jest.fn().mockImplementation(() => ({
postMessage: jest.fn(),
onmessage: jest.fn(),
onerror: jest.fn(),
}));