UNPKG

@ethereum-waffle/chai

Version:

A sweet set of chai matchers for your blockchain testing needs.

7 lines 289 B
/// <reference types="chai" /> /** * Used for testing the arguments of events or custom errors. * Should be used after .emit or .revertedWith matchers respectively. */ export declare function supportWithArgs(Assertion: Chai.AssertionStatic): void; //# sourceMappingURL=withArgs.d.ts.map