Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 255 Bytes

way-of-working.md

File metadata and controls

13 lines (10 loc) · 255 Bytes

Node.js / Way of working

Tools

Code quality

  • ESlint for linting.
  • Istanbul for coverage.

Testing

  • Mocha: testing framework.
  • Chai: assertion library.
  • Sinon: stubs, spies and mocks.
  • Supertest: mainly used for testing HTTP requests.