UNPKG

@mock/require

Version:
6 lines (5 loc) 141 B
declare type TMocks = { [key: string]: any; }; export declare const mockRequire: (file: string, mocks: TMocks) => () => void; export {};