Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 210 Bytes

File metadata and controls

13 lines (10 loc) · 210 Bytes

Jest is a JavaScript testing framework with:

  • unit testing
  • integration testing
  • end-to-end testing
  • code coverage

Install Jest

npm install --save-dev jest