To complete this milestone target, you have to implement tests for your Todo application:
- A test that checks creating a new todo.
- A test that checks marking a todo as completed.
- A test that checks retrieval of overdue items.
- A test that checks retrieval of due today items.
- A test that checks retrieval of due later items.
- Ensure tests are run using pre-commit hooks using husky.
- Files are formatted properly using prettier.
todo.js
hastoDisplayableList
function implemented.
Please attach a link to your GitHub repo where the test files are present. Please ensure that the files are in __tests__
folder in the root of the repository and not in any other directory, and the submitted link is of the repository and not of any branch or directory.