mirror of
https://github.com/vector-im/element-web.git
synced 2026-06-28 03:19:10 +00:00
Test typescriptification - MessagePanel (#8943)
* mv test/components/structures/MessagePanel-test.js test/components/structures/MessagePanel-test.tsx * convert simpler messagepanel tests to rtl * add data-testid to eventlistsummary * convert read marker tests to rtl * formatting * remove commented
This commit is contained in:
@@ -80,4 +80,5 @@ export const mockClientMethodsUser = (userId = '@alice:domain') => ({
|
||||
*/
|
||||
export const mockClientMethodsEvents = () => ({
|
||||
decryptEventIfNeeded: jest.fn(),
|
||||
getPushActionsForEvent: jest.fn(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user