From 326ccf25c225f56a64873c47b1fadd9d3cc24ae8 Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Mon, 16 Apr 2018 15:27:44 +0200
Subject: [PATCH] tdd lab ready to go

---
 tests/unit/vue-components/TodoItem.spec.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tests/unit/vue-components/TodoItem.spec.js b/tests/unit/vue-components/TodoItem.spec.js
index ffdc0ab..076eed7 100644
--- a/tests/unit/vue-components/TodoItem.spec.js
+++ b/tests/unit/vue-components/TodoItem.spec.js
@@ -69,7 +69,6 @@
     });
     // TODO - test goes here!
   });
-
   it("call makImportant when clicked", () => {
     const wrapper = mount(TodoItem, {
       methods,

--
Gitblit v1.9.3