UNPKG

locklift

Version:

Node JS framework for working with Ever contracts. Inspired by Truffle and Hardhat. Helps you to build, test, run and maintain your smart contracts.

7 lines (6 loc) 289 B
/** * 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 or .call matcher. */ export declare function supportWithNamedArgs(Assertion: Chai.AssertionStatic, utils: Chai.ChaiUtils): void;