UNPKG

jest-automock

Version:

A small library used to mock an instance of a class using jest, perfect for mocking injected dependencies.

4 lines (3 loc) 73 B
export interface Type<T> extends Function { new (...args: any[]): T; }