Skip to content

Commit

Permalink
fix(ui): TE-2216 Added added mock function
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilvelotio committed Sep 19, 2024
1 parent e16084c commit e300f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thirdeye-ui/src/app/routers/alerts/alerts.router.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jest.mock("../../pages/alerts-all-page-v2/alerts-all-page.component", () => ({
AlertsAllPage: jest.fn().mockReturnValue("testAlertsAllPage"),
}));

jest.mock("../../pages/alerts-all-page/alerts-all-page.component", () => ({
AlertsAllPage: jest.fn().mockReturnValue("testAlertsAllPage"),
jest.mock("../../pages/alerts-view-page/alerts-view-page.component", () => ({
AlertsViewPage: jest.fn().mockReturnValue("testAlertsViewPage"),
}));

jest.mock(
Expand Down

0 comments on commit e300f6a

Please sign in to comment.