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