Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 123 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 123 Bytes

Jest - Unit testing

npm run...

  • "test": "jest",
  • "test:watch": "jest --watch"
  • "test:coverage": "jest --coverage"