Sample project destined to illustrate how to create unit tests with NestJS and Sequelize on SQLite.
npm i
jestLocally, the API is available at http://localhost:3001
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov