Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 345 Bytes

File metadata and controls

22 lines (14 loc) · 345 Bytes

Testing in Node.js by example using the SOLID principles

read more about it on cri.dev

requirements

  • node.js > 10
  • mongodb installation running locally

try it out

install the dependencies

npm i

run the tests

npm t