jazimabbas / mock-typeorm

MockTypeORM - Never hit the database again while testing.
https://mock-typeorm-docs.vercel.app
MIT License
1 stars 1 forks source link

Fix issues with multiple mock datas over multiple functtions #2

Closed sloughrey closed 1 month ago

sloughrey commented 1 month ago

Fixes an issue where trying to mock different functions on the same repo, overwrites the previously set mock data for other functions.

See issue #1 for more details