From 194178854f0c9b04bf93c66388646db6da5bf6ee Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 25 Apr 2021 16:34:14 +0200 Subject: [PATCH] lint fixes --- webapp/pages/post/edit/_id.spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webapp/pages/post/edit/_id.spec.js b/webapp/pages/post/edit/_id.spec.js index a89acdce2..44cdf9a11 100644 --- a/webapp/pages/post/edit/_id.spec.js +++ b/webapp/pages/post/edit/_id.spec.js @@ -1,8 +1,7 @@ -import { config, mount } from '@vue/test-utils' +import { mount } from '@vue/test-utils' import _id from './_id.vue' const localVue = global.localVue -// config.stubs['nuxt-child'] = '' describe('post/_id.vue', () => { let wrapper