https://github.com/timonvs/typeorm-jest-bug
https://github.com/timonvs/typeorm-jest-bug
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timonvs/typeorm-jest-bug
- Owner: TimonVS
- Created: 2017-12-20T13:35:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T09:16:33.000Z (about 8 years ago)
- Last Synced: 2025-03-24T11:49:05.236Z (10 months ago)
- Language: TypeScript
- Size: 866 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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:

We get an ENOENT error
4. Remove/rename `node_modules/typeorm/metadata-builder/EntityMetadataValidator.js.map`
Now we do get a proper error message:
