donal
2018-04-22 3bd680802264ee3f6d8e8dede670efb4d8de9878
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!
  });
});