mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
linting
This commit is contained in:
parent
a4cc08aa7d
commit
6ce6ab422b
@ -110,9 +110,7 @@ describe('GddTransactionList', () => {
|
||||
})
|
||||
|
||||
it('shows the date of the transaction', () => {
|
||||
expect(transaction.findAll('div').at(3).text()).toContain(
|
||||
'Tue May 25 2021',
|
||||
)
|
||||
expect(transaction.findAll('div').at(3).text()).toContain('Tue May 25 2021')
|
||||
})
|
||||
})
|
||||
|
||||
@ -143,9 +141,7 @@ describe('GddTransactionList', () => {
|
||||
})
|
||||
|
||||
it('shows the date of the transaction', () => {
|
||||
expect(transaction.findAll('div').at(3).text()).toContain(
|
||||
'Thu Apr 29 2021',
|
||||
)
|
||||
expect(transaction.findAll('div').at(3).text()).toContain('Thu Apr 29 2021')
|
||||
})
|
||||
})
|
||||
|
||||
@ -176,9 +172,7 @@ describe('GddTransactionList', () => {
|
||||
})
|
||||
|
||||
it('shows the date of the transaction', () => {
|
||||
expect(transaction.findAll('div').at(3).text()).toContain(
|
||||
'Thu Apr 29 2021',
|
||||
)
|
||||
expect(transaction.findAll('div').at(3).text()).toContain('Thu Apr 29 2021')
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user