1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

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();