From 6908cd63167e09a14f2a1368fd3aae5c569c3293 Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Mon, 24 Jun 2019 19:11:59 -0300 Subject: [PATCH] Fix lint - remove unused variable --- webapp/components/comments/CommentForm/spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/components/comments/CommentForm/spec.js b/webapp/components/comments/CommentForm/spec.js index b07424157..c3622151c 100644 --- a/webapp/components/comments/CommentForm/spec.js +++ b/webapp/components/comments/CommentForm/spec.js @@ -1,4 +1,4 @@ -import { mount, createLocalVue, createWrapper } from '@vue/test-utils' +import { mount, createLocalVue } from '@vue/test-utils' import CommentForm from './index.vue' import Styleguide from '@human-connection/styleguide' import Vuex from 'vuex'