donal
2018-04-16 e351bf9cb34df51e911e9aa46450ad6da8561f77
tests/unit/vue-components/TodoItem.spec.js
@@ -72,7 +72,6 @@
    // TODO - test goes here!
    expect(wrapper.find(".red-flag").exists()).toBe(false);
  });
  it("call makImportant when clicked", () => {
    const wrapper = mount(TodoItem, {
      methods,