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
commit f18a24025a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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(),
},
},
};
}