We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4edb4d commit 6ce0154Copy full SHA for 6ce0154
1 file changed
frontend/test/components/shared/UserMenu/UserMenu.test.tsx
@@ -1,9 +1,9 @@
1
import { act, fireEvent, render, screen, waitFor } from "@testing-library/react";
2
+import { PATHS } from "components/constants";
3
import UserMenu from "components/shared/UserMenu/UserMenu";
4
import { AppContext } from "hooks/appContext";
5
import { MemoryRouter, Route, Routes } from "react-router-dom";
6
import { expect, test } from "vitest";
-import { PATHS } from "../../../../src/constants";
7
8
test("Should display and navigate for sign in button for anonymous users", () => {
9
render(
0 commit comments