stub out workers for jest tests as it doesn't like the worker-loader

This commit is contained in:
Michael Telatynski 2021-07-14 18:50:01 +01:00
parent 50a9394c59
commit 296d5d1d5e
2 changed files with 3 additions and 1 deletions

1
__mocks__/workerMock.js Normal file
View file

@ -0,0 +1 @@
module.exports = jest.fn();