Skip to content

Rocket Seat - Ignite - NodeJS - Challenge 7 and 8 - A fully-tested backend made with Node, Jest and Typescript.

Notifications You must be signed in to change notification settings

librity/ignite_tests

Repository files navigation

Rocket Seat Ignite - Tests with Jest

Table of Contents

About

A fully-tested backend made with Node, Jest and Typescript.

Getting Started

Prerequisites

  • node >= 12.0.0
  • yarn >= 1.22.0

Installing

  1. Clone this repo locally and install the required packages:
$ git clone https://github.com/librity/ignite_tests.git
$ cd ignite_tests
$ yarn install
  1. Create database and run migrate:
$ yarn typeorm schema:sync
$ yarn typeorm migration:run

Testing

Run tests with jest:

$ yarn test

Resources

About

Rocket Seat - Ignite - NodeJS - Challenge 7 and 8 - A fully-tested backend made with Node, Jest and Typescript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages