Files
supervision-test-frontend-repo/tests/__mocks__/workerMock.ts
T
2026-04-09 15:09:34 +08:00

6 lines
130 B
TypeScript

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