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.
11 lines (10 loc) • 439 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.lockliftChai = void 0;
const emitAndCall_1 = require("./matchers/emitAndCall");
const errorMessage_1 = require("./matchers/errorMessage");
const lockliftChai = (chai, utils) => {
(0, emitAndCall_1.supportEmitAndCall)(chai.Assertion, utils);
(0, errorMessage_1.supportMessageErrors)(chai.Assertion, utils);
};
exports.lockliftChai = lockliftChai;