Skip to content

Commit

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

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

//test comment 3

const heroText = /BETTER GIVING REDEFINES/i;
const marketLink = /marketplace/i;
const regLink = /register/i;
Expand Down

0 comments on commit 8291096

Please sign in to comment.