UNPKG

@airdao/swap-router-contracts

Version:

Smart contracts for swapping on Astra Classic and CL

9 lines (6 loc) 200 B
import { expect, use } from 'chai' import { solidity } from 'ethereum-waffle' import { jestSnapshotPlugin } from 'mocha-chai-jest-snapshot' use(solidity) use(jestSnapshotPlugin()) export { expect }