Fix predecessor tests broken (#10123)
This commit is contained in:
parent
c4a6cc8e65
commit
8fe5714673
3 changed files with 5 additions and 4 deletions
|
@ -226,6 +226,7 @@ describe("<Notifications />", () => {
|
|||
setAccountData: jest.fn(),
|
||||
sendReadReceipt: jest.fn(),
|
||||
supportsThreads: jest.fn().mockReturnValue(true),
|
||||
isInitialSyncComplete: jest.fn().mockReturnValue(false),
|
||||
});
|
||||
mockClient.getPushRules.mockResolvedValue(pushRules);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue