Move EventTile to shared components - #3b (#34459)
* Refactor redacted body to use render-only view model props * Fix oxfmt issues * Missing mock function for MBodyFacytory-test * Convert to vitest
This commit is contained in:
@@ -49,6 +49,7 @@ describe("MBodyFactory", () => {
|
||||
...mockClientMethodsDevice(deviceId),
|
||||
...mockClientMethodsCrypto(),
|
||||
getRooms: jest.fn().mockReturnValue([]),
|
||||
getRoom: jest.fn(),
|
||||
getIgnoredUsers: jest.fn(),
|
||||
getVersions: jest.fn().mockResolvedValue({
|
||||
unstable_features: {
|
||||
|
||||
Reference in New Issue
Block a user