Skip to content

Commit 6ce0154

Browse files
committed
test(unit): fix constants import path
1 parent c4edb4d commit 6ce0154

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/test/components/shared/UserMenu/UserMenu.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { act, fireEvent, render, screen, waitFor } from "@testing-library/react";
2+
import { PATHS } from "components/constants";
23
import UserMenu from "components/shared/UserMenu/UserMenu";
34
import { AppContext } from "hooks/appContext";
45
import { MemoryRouter, Route, Routes } from "react-router-dom";
56
import { expect, test } from "vitest";
6-
import { PATHS } from "../../../../src/constants";
77

88
test("Should display and navigate for sign in button for anonymous users", () => {
99
render(

0 commit comments

Comments
 (0)