1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2024-08-02 13:22:03 +01:00
parent 2bb46e960c
commit c3505a63ea
15 changed files with 146 additions and 114 deletions

View File

@@ -122,6 +122,7 @@ describe("<LocationShareMenu />", () => {
wrapper: ({ children }) => (
<MatrixClientContext.Provider value={mockClient}>{children}</MatrixClientContext.Provider>
),
legacyRoot: true,
});
beforeEach(async () => {