UNPKG

@hyperlane-xyz/core

Version:

Core solidity contracts for Hyperlane

9 lines (6 loc) 170 B
/* External Imports */ import chai = require('chai') import Mocha from 'mocha' const should = chai.should() const expect = chai.expect export { should, expect, Mocha }