Skip to content

saulotoledo/typeorm-jest-issues

Repository files navigation

Usage instructions

This repository contains a simple NestJS application used to investigate the problem described in this link. It should not be used in production.

Install dependencies:

yarn install

Initialize the database:

docker-compose up

Compile the project:

yarn dev:build

Start the application:

yarn dev:start

Or run the failing test:

yarn jest src/users/entities/user.entity.spec.ts

About

Repository to replicate issues with Jest and TypeORM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published