Refactor Space Hierarchy stuff in preparation for pagination
This commit is contained in:
parent
56cd0e1c4f
commit
d459dbe700
4 changed files with 122 additions and 132 deletions
|
@ -87,7 +87,7 @@ export function createTestClient() {
|
|||
getSpaceSummary: jest.fn().mockReturnValue({
|
||||
rooms: [],
|
||||
}),
|
||||
getRoomChildren: jest.fn().mockReturnValue({
|
||||
getRoomHierarchy: jest.fn().mockReturnValue({
|
||||
rooms: [],
|
||||
}),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue