UNPKG

@sloughrey/mock-typeorm

Version:

Never hit the database again while testing

3 lines (2 loc) 136 B
import { MockTypeORM } from "../mock-typeorm"; export declare function mockCreateQueryRunner(this: any, mockTypeORM: MockTypeORM): any;