UNPKG

@nestjs/testing

Version:

Nest - modern, fast, powerful node.js web framework (@testing)

3 lines (2 loc) 113 B
import type { InjectionToken } from '@nestjs/common'; export type MockFactory = (token?: InjectionToken) => any;