UNPKG

ts-mockery

Version:

Yet another typescript mocking library.

7 lines (6 loc) 182 B
import { SpyAdapter } from './spy-adapter'; export declare class NoopAdapter implements SpyAdapter { getSpy(): void; spyAndCallFake(): void; spyAndCallThrough(): void; }