UNPKG

@makerdao/test-helpers

Version:

test helpers for the monorepo

7 lines (6 loc) 234 B
export declare function takeSnapshot(maker: any): Promise<{ snapshotId: any; transactionCounts: number; currentBlock: number; }>; export declare function restoreSnapshot(snapshotData: any, maker: any): Promise<any>;