Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 214 Bytes

File metadata and controls

16 lines (13 loc) · 214 Bytes

Testing

Run tests

npm test

Coverage

npm run coverage

Writing tests

  • Use Jest
  • Write unit tests alongside code (__tests__ folder)
  • For integrational, mock DB or use test container