Skip to content

Commit

Permalink
chore: remove unused mock
Browse files Browse the repository at this point in the history
Signed-off-by: SeSo <[email protected]>
  • Loading branch information
Sepehr-Sobhani committed Dec 13, 2024
1 parent f59d3f2 commit eabb344
Showing 1 changed file with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import { render, screen } from "@testing-library/react";
import {
fetchOperationsPageData,
useRouter,
useSearchParams,
} from "@bciers/testConfig/mocks";
import { useRouter, useSearchParams } from "@bciers/testConfig/mocks";
import {
ExternalUserOperationDataGridLayout,
InternalUserOperationDataGridLayout,
Expand All @@ -18,13 +14,6 @@ useSearchParams.mockReturnValue({
get: vi.fn(),
});

vi.mock(
"apps/administration/app/components/operations/fetchOperationsPageData",
() => ({
default: fetchOperationsPageData,
}),
);

describe("OperationLayouts component", () => {
beforeEach(async () => {
vi.clearAllMocks();
Expand Down

0 comments on commit eabb344

Please sign in to comment.