We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aef73f commit 98bf84eCopy full SHA for 98bf84e
src/components/navbar/navbar_modal/NavbarModal.test.js
@@ -10,6 +10,9 @@ import { IconProvider } from "@logora/debate.icons.icon_provider";
10
import * as regularIcons from "@logora/debate.icons.regular_icons";
11
import { Location } from "@logora/debate.util.location";
12
import { faker } from "@faker-js/faker";
13
+jest.mock("@logora/debate.hooks.use_auth_required", () => ({
14
+ useAuthRequired: () => () => {},
15
+}));
16
import { NavbarModal } from "./NavbarModal";
17
18
const routes = {
0 commit comments