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
+7
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(),
},
},
};
}