/jest-students-homework

Homework boilerplate for writing test with Jest for Cursor Education students

Primary LanguageJavaScript

Homework for Cursor Education students

  • To run the app:

    • clone it
    • install modules via $ yarn or $ npm install
    • run $ yarn start
  • To run the tests $ yarn test

  • To run the coverage tool $ yarn coverage