mirror of https://github.com/vector-im/riot-web
remove spurious mxclient stub
parent
38645d9054
commit
8216a35a56
|
@ -84,9 +84,6 @@ export function createTestClient() {
|
|||
generateClientSecret: () => "t35tcl1Ent5ECr3T",
|
||||
isGuest: () => false,
|
||||
isCryptoEnabled: () => false,
|
||||
getSpaceSummary: jest.fn().mockReturnValue({
|
||||
rooms: [],
|
||||
}),
|
||||
getRoomHierarchy: jest.fn().mockReturnValue({
|
||||
rooms: [],
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue