@makerdao/test-helpers
Version:
test helpers for the monorepo
7 lines (6 loc) • 303 B
TypeScript
import cGanache from './callGanache';
import mBlocks from './mineBlocks';
export declare const callGanache: typeof cGanache;
export declare const mineBlocks: typeof mBlocks;
export * from './snapshot';
export declare const TestAccountProvider: import("./TestAccountProvider").TestAccountProvider;