element-web/test/components/views/voip
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
..
CallView-test.tsx Move mediaDevices mock out of setupManualMocks (#11413) 2023-08-16 08:29:34 +00:00
DialPad-test.tsx Apply strictNullChecks to src/components/views/voip/* (#10692) 2023-05-05 13:26:31 +00:00
VideoFeed-test.tsx Switch to importing client from main js-sdk export (#11370) 2023-08-09 07:18:41 +00:00