Artenes / rocketseat-bootcamp-module11

Sample repo to showcase tests in NodeJs with Jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sample repo to showcase tests in NodeJs with Jest


Languages

Language:JavaScript 100.0%