Skip to content

shancheas/nest-tdd-test

 
 

Repository files navigation

Getting started

Installation

...


Database

The example codebase uses Typeorm with MariaDB.

Create a new mariadb database with the name nestjs (or the name you specified in the .env)

Start local mysql server and create new database 'nestjs'

On application start, tables for all entities will be created.


Requirements

there are 20 tests in the file. spec please complete the code so that all tests are passed

we use JEST as a library

JEST Mock


Q&A

Where should I send back the result when I'm done?

Fork this repo and send us your git repository to our email when you think you are done.

What if I have a question?

Just send us an email or create a new issue in this repo and we will respond and get back to you quickly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.4%
  • Dockerfile 1.6%