From d488b037bd43507c70ed1ebb8b607939fbeb717f Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 31 Mar 2022 15:41:46 +0200 Subject: [PATCH] Unused test commented out --- frontend/src/components/GddTransactionList.spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/GddTransactionList.spec.js b/frontend/src/components/GddTransactionList.spec.js index 062523323..ba49e8f2a 100644 --- a/frontend/src/components/GddTransactionList.spec.js +++ b/frontend/src/components/GddTransactionList.spec.js @@ -406,7 +406,7 @@ describe('GddTransactionList', () => { }) describe('pagination buttons', () => { - const transactions = Array.from({ length: 42 }, (_, idx) => { + /* const transactions = Array.from({ length: 42 }, (_, idx) => { return { amount: '3.14', balanceDate: '2021-04-29T17:26:40+00:00', @@ -422,6 +422,7 @@ describe('GddTransactionList', () => { balance: '33.33', } }) + */ it('shows no pagination buttons if transactionCount < pageSize', () => { beforeEach(async () => {