Blame view

tests/__mocks__/workerMock.ts 130 Bytes
1
2
3
4
5
export default jest.fn().mockImplementation(() => ({
  postMessage: jest.fn(),
  onmessage: jest.fn(),
  onerror: jest.fn(),
}));