mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Add mock for new client method
This commit is contained in:
parent
f9f10de0da
commit
454df8947b
@ -95,6 +95,7 @@ export function createTestClient() {
|
||||
getItem: jest.fn(),
|
||||
},
|
||||
},
|
||||
decryptEventIfNeeded: () => Promise.resolve(),
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user