From ec354eafad6b17f2db5193853abe880190acf56c Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Mon, 21 Mar 2022 20:52:04 +0100 Subject: [PATCH] remove error handler --- frontend/src/components/GddTransactionList.spec.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/components/GddTransactionList.spec.js b/frontend/src/components/GddTransactionList.spec.js index 043dd8d54..ba45d93d4 100644 --- a/frontend/src/components/GddTransactionList.spec.js +++ b/frontend/src/components/GddTransactionList.spec.js @@ -3,10 +3,6 @@ import GddTransactionList from './GddTransactionList' const localVue = global.localVue -const errorHandler = jest.fn() - -localVue.config.errorHandler = errorHandler - const scrollToMock = jest.fn() global.scrollTo = scrollToMock