From d3c92cdb92e37963dfb4ec69da9c728747d671a5 Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Sat, 21 Apr 2018 19:43:42 +0200
Subject: [PATCH] FIX - linting errors for the build

---
 tests/unit/vue-components/XofYItems.spec.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/unit/vue-components/XofYItems.spec.js b/tests/unit/vue-components/XofYItems.spec.js
index 2cb3772..cc78128 100644
--- a/tests/unit/vue-components/XofYItems.spec.js
+++ b/tests/unit/vue-components/XofYItems.spec.js
@@ -18,9 +18,9 @@
       important: false
     }
   ];
-//   const methods = {
-//     sumDoneTodoItems: jest.fn()
-//   };
+  //   const methods = {
+  //     sumDoneTodoItems: jest.fn()
+  //   };
   const actions = {
     loadTodos: jest.fn(),
     clearTodos: jest.fn()
@@ -56,7 +56,7 @@
       }
     ];
 
-    expect(mockedTodos.length).toEqual(3)
+    expect(mockedTodos.length).toEqual(3);
     // Replace with testing the sumDoneTodoItems function and check it it's called
     // expect(sumDoneTodoItems).toHaveBeenCalled()
   });

--
Gitblit v1.9.3