From 2cfdaf915fb314462a770e45da7266ace85a7cf9 Mon Sep 17 00:00:00 2001 From: Augustin Husson Date: Wed, 8 Sep 2021 17:13:44 +0200 Subject: [PATCH] remove jest.restoreAllMock() call Signed-off-by: Augustin Husson --- web/ui/react-app/src/pages/graph/Graph.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/ui/react-app/src/pages/graph/Graph.test.tsx b/web/ui/react-app/src/pages/graph/Graph.test.tsx index a68a1e91bc..c4f16064e3 100644 --- a/web/ui/react-app/src/pages/graph/Graph.test.tsx +++ b/web/ui/react-app/src/pages/graph/Graph.test.tsx @@ -21,7 +21,6 @@ describe('Graph', () => { afterEach(() => { window.ResizeObserver = ResizeObserver; - jest.restoreAllMocks(); }); describe('data is returned', () => { const props: any = {