mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
yarn lint --fix
This commit is contained in:
parent
5d4b3825c1
commit
1aeab3244d
@ -103,9 +103,7 @@ describe('CreationTransactionListFormular', () => {
|
||||
)
|
||||
})
|
||||
|
||||
it('has two values for the transaction', async () => {
|
||||
await wrapper.vm.$nextTick()
|
||||
console.log(wrapper.html())
|
||||
it('has two values for the transaction', () => {
|
||||
expect(wrapper.find('tbody').findAll('tr').length).toBe(2)
|
||||
})
|
||||
|
||||
|
||||
@ -53,9 +53,7 @@ export default {
|
||||
},
|
||||
})
|
||||
.then((result) => {
|
||||
console.log(result)
|
||||
this.items = result.data.transactionList.transactions.filter((t) => t.type === 'creation')
|
||||
console.log( this.items)
|
||||
})
|
||||
.catch((error) => {
|
||||
this.$toasted.error(error.message)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user