UNPKG

@ethereum-waffle/chai

Version:

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

8 lines 331 B
/// <reference types="chai" /> /** * Used for testing the arguments of events or custom errors, naming the arguments. * Can test the subset of all arguments. * Should be used after .emit matcher. */ export declare function supportWithNamedArgs(Assertion: Chai.AssertionStatic): void; //# sourceMappingURL=withNamedArgs.d.ts.map