remove flushPromises

This commit is contained in:
Moriz Wahl 2021-07-16 16:38:54 +02:00
parent bcccf9e745
commit 61272a7f7d

View File

@ -1,6 +1,5 @@
import { mount } from '@vue/test-utils'
import GddTransactionList from './GddTransactionList'
import flushPromises from 'flush-promises'
const localVue = global.localVue
@ -85,7 +84,6 @@ describe('GddTransactionList', () => {
],
transactionCount: 12,
})
await flushPromises()
})
it('renders 4 transactions', () => {