From 5d51bb242ed928d348b05d74020c4eda9c72228d Mon Sep 17 00:00:00 2001 From: John Mazzitelli Date: Fri, 20 Apr 2018 15:09:03 -0400 Subject: [PATCH] delete this - its gone now --- src/app/__tests__/App.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/__tests__/App.test.tsx b/src/app/__tests__/App.test.tsx index 36784b7542..28e0431f3e 100644 --- a/src/app/__tests__/App.test.tsx +++ b/src/app/__tests__/App.test.tsx @@ -26,7 +26,6 @@ process.env.REACT_APP_GIT_HASH = '89323'; // TODO: properly handle SVG and D3 in the following 2 components jest.mock('../../components/Badge/Badge'); jest.mock('../../components/SummaryPanel/RpsChart'); -jest.mock('../../components/SummaryPanel/ErrorRatePieChart'); it('renders full App without crashing', () => { const div = document.createElement('div');