You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overall looks like great tests, especially in deleteToDo.test.js and markToDo.test.js.
Small point is that in markToDo.test.js, I think one of the test descriptions may be incorrect:
test('Function returns dummyArr minus id #1',function(t){t.deepEquals(logic.markTodo(dummyMarkArr,1),dummyArrMark1,'Function marks id #1 as done.');t.end();});
The text was updated successfully, but these errors were encountered:
@shannonjensen is this actually closed? Just checked the code and it seems to be unchanged on master. When closing an issue best to reference the commit message that closes it and only close after merging into master.
Overall looks like great tests, especially in deleteToDo.test.js and markToDo.test.js.
Small point is that in markToDo.test.js, I think one of the test descriptions may be incorrect:
The text was updated successfully, but these errors were encountered: