1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-06-14 10:22:29 +03:00

Merge branch 'develop' into t3chguy/fix/17022

This commit is contained in:
Michael Telatynski
2021-04-27 11:16:02 +01:00
committed by GitHub
55 changed files with 1962 additions and 381 deletions

View File

@ -83,6 +83,13 @@ export function createTestClient() {
rooms: [],
events: [],
}),
// Used by various internal bits we aren't concerned with (yet)
_sessionStore: {
store: {
getItem: jest.fn(),
},
},
};
}