Skip to content

pleymor/nest-sequelize-sqlite-tests

Repository files navigation

Description

Sample project destined to illustrate how to create unit tests with NestJS and Sequelize on SQLite.

Install then run tests

npm i
jest

Locally, the API is available at http://localhost:3001

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

Sample project destined to illustrate how to create unit tests with NestJS and Sequelize on SQLite.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors