infrastructure-upgrade/lib/v3-periphery/test/shared/expect.ts
T-Hax 735546619e
init
Signed-off-by: T-Hax <>
2023-04-08 18:46:18 +00:00

9 lines
200 B
TypeScript

import { expect, use } from 'chai'
import { solidity } from 'ethereum-waffle'
import { jestSnapshotPlugin } from 'mocha-chai-jest-snapshot'
use(solidity)
use(jestSnapshotPlugin())
export { expect }