0.0.2 • Published 1 year ago

nestjs-auto-mock-typeorm v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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