diff --git a/jest.config.js b/jest.config.js index 8b15353537e..a98f8df10f7 100644 --- a/jest.config.js +++ b/jest.config.js @@ -67,6 +67,7 @@ module.exports = { '\\.(css|scss)$': 'jest-transform-stub', '^.+\\.svg(\\?raw)?$': '/src/__mocks__/svg.js', 'vendor/tflite/(.*).wasm$': '/src/utils/media/effects/virtual-background/vendor/tflite/$1.js', + '@matrix-org/olm/(.*).wasm$': '/node_modules/@matrix-org/olm/$1.js', }, transform: {