Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 415 Bytes

File metadata and controls

12 lines (10 loc) · 415 Bytes

Lesson: Testing

Todo

  1. 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.
  2. Add Jest to npm script "test"
  3. Run Jest
  4. Implement Test "should sort todos by status"
  5. Implement sort feature in file status-comparator.js

Documentation

https://facebook.github.io/jest/