1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Remove useWysiwyg mock (#9578)

This commit is contained in:
Florian Duros
2022-11-16 16:38:00 +01:00
committed by GitHub
parent cf3c899dd1
commit 3243d215e6
5 changed files with 116 additions and 170 deletions

View File

@ -16,6 +16,7 @@ limitations under the License.
import fetchMock from "fetch-mock-jest";
import { TextDecoder, TextEncoder } from "util";
import fetch from 'node-fetch';
// jest 27 removes setImmediate from jsdom
// polyfill until setImmediate use in client can be removed
@ -87,6 +88,8 @@ fetchMock.get("/image-file-stub", "image file stub");
// @ts-ignore
window.fetch = fetchMock.sandbox();
window.Response = fetch.Response;
// set up mediaDevices mock
Object.defineProperty(navigator, "mediaDevices", {
value: {