An open API service indexing awesome lists of open source software.

https://github.com/timonvs/typeorm-jest-bug


https://github.com/timonvs/typeorm-jest-bug

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# TypeORM/Jest bug demo

1. Run `yarn` or `npm install` to install dependencies
2. Run `yarn start` to add a user to the database
3. Run tests with `yarn test`

Expected result:

![](screenshot-1.png)

We get an ENOENT error

4. Remove/rename `node_modules/typeorm/metadata-builder/EntityMetadataValidator.js.map`

Now we do get a proper error message:

![](screenshot-2.png)