All activity
Jazim Abbasleft a comment
In the last couple of months, I have been working extensively with TypeORM and built many projects using this ORM. Setting up a test database for my unit tests was quite challenging. To overcome this, I mocked TypeORM methods to avoid interacting with a real database. However, I found myself copying the same mock code into every new project repeatedly. To streamline this process and help others...

Mock TypeORMNever hit the database again while testing in TypeORM.
A package for mocking TypeORM that can be utilized with any node.js testing library e.g. Jest, Mocha, Vitest etc..

Mock TypeORMNever hit the database again while testing in TypeORM.



