A fully-tested backend made with Node, Jest and Typescript.
node >= 12.0.0
yarn >= 1.22.0
- Clone this repo locally and install the required packages:
$ git clone https://github.com/librity/ignite_tests.git
$ cd ignite_tests
$ yarn install
- Create database and run migrate:
$ yarn typeorm schema:sync
$ yarn typeorm migration:run
Run tests with jest:
$ yarn test