lint error

This commit is contained in:
Ulf Gebhardt 2021-04-24 13:20:40 +02:00
parent 84caad1bff
commit 72addd1336
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -13,9 +13,9 @@ describe('PageFooter.vue', () => {
mocks = {
$t: jest.fn(),
$env: {
VERSION: 'v1.0.0'
VERSION: 'v1.0.0',
},
links
links,
}
})