Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian4res committed Oct 22, 2024
1 parent 061f8d6 commit 68be7be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/users/UserProfileEdits/ChangeRole.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import ChangeRole from "./ChangeRole";
import { MemoryRouter, useParams } from "react-router-dom";
import { getAllRoles, patchUserRolesAndPermissions } from "../../../api/http";
import userEvent from "@testing-library/user-event";
import { UserRole } from "blaise-api-node-client";

jest.mock("react-router-dom", () => ({
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
Expand Down

0 comments on commit 68be7be

Please sign in to comment.