nestjs-auto-mock-typeorm
v0.0.2
Published
Add-on for nestjs-auto-mock, to deal with TypeOrm providers
Downloads
17
Readme
nestjs-auto-mock Typeorm Repository addon
This is an add-on for nestjs-auto-mock.
It is meant to deal with the TypeORM's default repositories. We cannot get the class type from the metadata, so we need an add-on to deal with it.
How to initiate it
import { init as repoMockInit } from 'nestjs-auto-mock-typeorm';
repoMockInit();
or
import { init as repoMockInit } from 'nestjs-auto-mock-typeorm';
repoMockInit(MockitoTest); // pass the MockTest you're using