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