stub out workers for jest tests as it doesn't like the worker-loader
This commit is contained in:
parent
50a9394c59
commit
296d5d1d5e
2 changed files with 3 additions and 1 deletions
1
__mocks__/workerMock.js
Normal file
1
__mocks__/workerMock.js
Normal file
|
@ -0,0 +1 @@
|
|||
module.exports = jest.fn();
|
Loading…
Add table
Add a link
Reference in a new issue