- Install Jest from npm. Notice: We have added a .babelrc file for you because jest needs it to run tests written in newer versions of JavaScript.
- Add Jest to npm script "test"
- Run Jest
- Implement Test "should sort todos by status"
- Implement sort feature in file status-comparator.js