UNPKG

@sloughrey/mock-typeorm

Version:

Never hit the database again while testing

3 lines (2 loc) 154 B
import { MockTypeORM } from "../mock-typeorm"; export declare function mockMethod(mockTypeORM: MockTypeORM, method: string, repositoryName: string): any;