diff --git a/src/App/__tests__/App.test.tsx b/src/App/__tests__/App.test.tsx index 08ed789398..4d332c478b 100644 --- a/src/App/__tests__/App.test.tsx +++ b/src/App/__tests__/App.test.tsx @@ -27,6 +27,10 @@ jest.mock("services/aws/leaderboard", () => ({ }), })); +jest.mock("react-use-intercom", () => ({ + useIntercom: () => ({}), +})); + //test comment 3 const heroText = /BETTER GIVING REDEFINES/i;