DEV Community

Discussion on: Testing Node.js + Mongoose with an in-memory database

Collapse
 
codenutt profile image
Jared

This is a very smart method of testing mongodb. much better than my code lol. Time for a refactor!

Collapse
 
paulasantamaria profile image
Paula Santamaría

Thank you! I've had great results using this method so far. Please share your experience if you try it!