Remove unnecessary mock

This commit is contained in:
Hugh Nimmo-Smith
2024-12-02 11:03:20 +00:00
parent 9b3938cbe1
commit a5b9378d60

View File

@@ -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"]}>