Skip to content

Unit Testing

Kevin Monisit edited this page Apr 25, 2022 · 2 revisions

https://mongoosejs.com/docs/jest.html

  • use mocha unit testing for testing node.js server side applications

Using Jest for now. If testing becomes slow or bugs pop up, we can use Mocha.

Clone this wiki locally