riot-web/test/stores/room-list
Richard van der Hoff 3fda0299a5
Move `mediaDevices` mock out of `setupManualMocks` (#11413)
* Move `mediaDevices` mock out of `setupManualMocks`

This doesn't work well in test suites with multiple tests, because the
`mockReturnValue` is reset for subsequent tests.

In any case, having it mocked out automagically is *magical*. Let's make it
opt-in.

* clarify ts-ignore
2023-08-16 08:29:34 +00:00
..
algorithms Move `mediaDevices` mock out of `setupManualMocks` (#11413) 2023-08-16 08:29:34 +00:00
filters
previews
utils
MessagePreviewStore-test.ts Conform more of the codebase to `strictNullChecks` (#11100) 2023-06-22 14:39:36 +01:00
RoomListStore-test.ts
SlidingRoomListStore-test.ts Conform more of the codebase to strict typing (#11195) 2023-07-07 09:02:13 +01:00
SpaceWatcher-test.ts Switch to importing models/Room from main js-sdk export (#11361) 2023-08-04 07:36:16 +00:00