Merge branch 'develop' into t3chguy/fix/17022
This commit is contained in:
commit
f18a24025a
55 changed files with 1962 additions and 381 deletions
|
@ -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(),
|
||||
},
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue