mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +00:00
Remove unnecessary mock
This commit is contained in:
@@ -158,12 +158,6 @@ describe("useMuteStates", () => {
|
||||
|
||||
it("skipLobby mutes inputs on SPA", () => {
|
||||
mockConfig();
|
||||
vi.mock("../widget", () => {
|
||||
return {
|
||||
widget: null,
|
||||
ElementWidgetActions: {},
|
||||
};
|
||||
});
|
||||
|
||||
render(
|
||||
<MemoryRouter initialEntries={["/room/?skipLobby=true"]}>
|
||||
|
||||
Reference in New Issue
Block a user