Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 535 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 535 Bytes

Testing Mongoose with Mocha

A simple showcase of how Mongoose can be tested with Mocha, Chai and MongoDB Memory Server

Deploy

git clone https://github.com/peterdee/mongoose-mocha
cd ./mongoose-mocha
nvm use 16
npm i

Testing

npm run test

Linting

npm run lint

Using ESLint

License

MIT