DEV Community

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

Collapse
 
paulasantamaria profile image
Paula Santamaría

I haven't had any issues with mongoose validations in this setup. 'mongodb-memory-server' shouldn't prevent mongoose validations from working.
Would you please provide an example of the code that has the issue?