Unused test commented out

This commit is contained in:
ogerly 2022-03-31 15:41:46 +02:00
parent 2efae42638
commit d488b037bd

View File

@ -406,7 +406,7 @@ describe('GddTransactionList', () => {
}) })
describe('pagination buttons', () => { describe('pagination buttons', () => {
const transactions = Array.from({ length: 42 }, (_, idx) => { /* const transactions = Array.from({ length: 42 }, (_, idx) => {
return { return {
amount: '3.14', amount: '3.14',
balanceDate: '2021-04-29T17:26:40+00:00', balanceDate: '2021-04-29T17:26:40+00:00',
@ -422,6 +422,7 @@ describe('GddTransactionList', () => {
balance: '33.33', balance: '33.33',
} }
}) })
*/
it('shows no pagination buttons if transactionCount < pageSize', () => { it('shows no pagination buttons if transactionCount < pageSize', () => {
beforeEach(async () => { beforeEach(async () => {