Mock usage of getRoomUpgradeHistory in SpaceStore tests
This commit is contained in:
parent
5dfe53920c
commit
82ad85a974
2 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,7 @@ export function createTestClient() {
|
|||
isUserIgnored: jest.fn().mockReturnValue(false),
|
||||
getCapabilities: jest.fn().mockResolvedValue({}),
|
||||
supportsExperimentalThreads: () => false,
|
||||
getRoomUpgradeHistory: jest.fn().mockReturnValue([]),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue