Unit Testing with Jest and Supertest: A Guide to Testing Your Express Authentication API
NodeJs API with sequelize jwt login
auth-api/
├── config/
│ └── db.config.js
├── controllers/
│ └── auth.controller.js
├── models/
│ ├── index.js
│ └── user.model.js
├── routes/
│ └── auth.routes.js
├── tests/ new...
sequelizewithjwt.hashnode.dev4 min read