You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-24 06:02:08 +03:00
Fix some features not being configurable via features
(#10276)
This commit is contained in:
committed by
GitHub
parent
6746ce2da3
commit
ad8d27d2b2
@ -85,6 +85,7 @@ window.HTMLElement.prototype.scrollIntoView = jest.fn();
|
||||
fetchMock.config.overwriteRoutes = false;
|
||||
fetchMock.catch("");
|
||||
fetchMock.get("/image-file-stub", "image file stub");
|
||||
fetchMock.get("/_matrix/client/versions", {});
|
||||
// @ts-ignore
|
||||
window.fetch = fetchMock.sandbox();
|
||||
|
||||
|
Reference in New Issue
Block a user