/rocketseat-bootcamp-module11

Sample repo to showcase tests in NodeJs with Jest

Primary LanguageJavaScript

Tests on NodeJS

Sample repo to show some basics with automated tests in NodeJs with Jest.

Tests make use o Sequelize along with a Sqlite3 database.

We also make use of factories and faker to generate user data.

Setup

  1. Clone the repo and enter in folder
git clone git@github.com:Artenes/rocketseat-bootcamp-module11.git
cd module11
  1. Install dependencies
yarn
  1. Run the tests
yarn test