remove error handler

This commit is contained in:
Moriz Wahl 2022-03-21 20:52:04 +01:00
parent c38b126635
commit ec354eafad

View File

@ -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