From 3bd680802264ee3f6d8e8dede670efb4d8de9878 Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Sun, 22 Apr 2018 13:50:55 +0200
Subject: [PATCH] FIX - linting errors for the build

---
 tests/unit/javascript/mutations.spec.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/tests/unit/javascript/mutations.spec.js b/tests/unit/javascript/mutations.spec.js
index 1a7fb82..921c76e 100644
--- a/tests/unit/javascript/mutations.spec.js
+++ b/tests/unit/javascript/mutations.spec.js
@@ -1,5 +1,4 @@
 import mutations from "@/store/mutations";
-import * as all from "../setup.js";
 
 let state;
 const todo = {
@@ -91,12 +90,10 @@
   it("it should MARK_TODO_IMPORTANT as false", () => {
     state.todos = importantTodos;
     // TODO - test goes here!
-
   });
 
   it("it should MARK_TODO_IMPORTANT as true", () => {
     state.todos = importantTodos;
     // TODO - test goes here!
-    
   });
 });

--
Gitblit v1.9.3