Skip to content

Commit

Permalink
mock useintercom
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-justin committed Dec 21, 2023
1 parent b8bbbe2 commit cb9c7bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/App/__tests__/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jest.mock("services/aws/leaderboard", () => ({
}),
}));

jest.mock("react-use-intercom", () => ({
useIntercom: () => ({}),
}));

//test comment 3

const heroText = /BETTER GIVING REDEFINES/i;
Expand Down

0 comments on commit cb9c7bf

Please sign in to comment.