donal
2018-04-16 991fcf9223a17ed77d31d5f87b13d759b533aed5
tests/unit/javascript/actions.spec.js
@@ -129,7 +129,7 @@
    actions
      .updateTodo({ commit, state }, { id: 1, important: true })
      .then(() => {
        // console.log(commit.firstCall.args[0])
        // TODO - test goes here!
        expect(commit.firstCall.args[0]).toBe("MARK_TODO_IMPORTANT");
        done();
      });