Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 176 Bytes

testing.md

File metadata and controls

10 lines (7 loc) · 176 Bytes

Node.js / Testing

Unit testing

What to test?

The aim is to test everything with extra attention to:

  • conditionals (both sides),
  • mocked API requests,
  • exports.