lint fixes

This commit is contained in:
Ulf Gebhardt 2021-04-25 16:34:14 +02:00
parent 43c1c268ca
commit 194178854f
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 _id from './_id.vue' import _id from './_id.vue'
const localVue = global.localVue const localVue = global.localVue
// config.stubs['nuxt-child'] = '<span class="nuxt-child"><slot /></span>'
describe('post/_id.vue', () => { describe('post/_id.vue', () => {
let wrapper let wrapper