Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 287 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 287 Bytes

30 js challengers

My resolutions from the course 30 js challenger, WIP

Tests

I used jest for the tests, each test was specified on the course, I`ve added some more when I wanted to test something diferrent

So in each file, run:

  npm run test

  or

  yarn test