From 61272a7f7dbc5b9b1540fc9dae5c9a8acfd45f12 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Fri, 16 Jul 2021 16:38:54 +0200 Subject: [PATCH] remove flushPromises --- .../src/views/Pages/AccountOverview/GddTransactionList.spec.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/views/Pages/AccountOverview/GddTransactionList.spec.js b/frontend/src/views/Pages/AccountOverview/GddTransactionList.spec.js index 731ac6cdc..b07114feb 100644 --- a/frontend/src/views/Pages/AccountOverview/GddTransactionList.spec.js +++ b/frontend/src/views/Pages/AccountOverview/GddTransactionList.spec.js @@ -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', () => {