Update frontend/src/views/Pages/AccountOverview/GddTransactionList.spec.js

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2021-12-15 07:55:08 +01:00 committed by GitHub
parent 4530e53ce7
commit ca0f122f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ describe('GddTransactionList', () => {
expect(wrapper.find('div.gdd-transaction-list').exists()).toBeTruthy()
})
describe('Check if no array, transactions come from server', () => {
describe('no transactions from server', () => {
beforeEach(async () => {
await wrapper.setProps({
transactions: false,