Package Exports
- mock-typeorm
Readme
Mock TypeORM 
Never hit the database again while testing.
A package for mocking TypeORM that can be utilized with any node.js testing library e.g. Jest, Mocha, Vitest etc..
Installation
To install this package, use the following command:
npm install --save-dev mock-typeorm sinon @types/sinonNote that Sinon is added as a peer dependency, so you need to install it as well.
Documentation
You can find the MockTypeORM documentation on the website.
Development
To install the dependencies, run the following command:
pnpm installTo run the linting, run the following command:
pnpm run lintTo run the tests, run the following command:
pnpm run test