Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 215 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 215 Bytes

Mongoose User Model Testing with Jest

User model with username, email, and password authentication.

Set up and run the code:

  1. Run npm install
  2. Make sure MongoDB is running
  3. Run npm run test