mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove flushPromises
This commit is contained in:
parent
bcccf9e745
commit
61272a7f7d
@ -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', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user