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/store.spec.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tests/unit/javascript/store.spec.js b/tests/unit/javascript/store.spec.js
index 2e8841f..3613caa 100644
--- a/tests/unit/javascript/store.spec.js
+++ b/tests/unit/javascript/store.spec.js
@@ -1,5 +1,4 @@
 import store from "@/store";
-import * as all from "../setup.js";
 
 describe("Initial state tests", () => {
   it("should have no todos by default", () => {

--
Gitblit v1.9.3