UNPKG

@hyperlane-xyz/core

Version:

Core solidity contracts for Hyperlane

11 lines (8 loc) 232 B
/* External Imports */ import chai = require('chai') import Mocha from 'mocha' import { solidity } from 'ethereum-waffle' chai.use(solidity) const should = chai.should() const expect = chai.expect export { should, expect, Mocha }