lint fixes

This commit is contained in:
Ulf Gebhardt 2021-04-25 15:27:52 +02:00
parent e1b218311b
commit fe0977a56b
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -1,8 +1,7 @@
import { config, mount } from '@vue/test-utils'
import { mount } from '@vue/test-utils'
import Logo from './Logo.vue'
const localVue = global.localVue
// config.stubs['client-only'] = '<span><slot /></span>'
describe('Logo.vue', () => {
let wrapper