infrastructure-upgrade/lib/v3-core/test/shared/expect.ts

9 lines
200 B
TypeScript
Raw Permalink Normal View History

2023-04-08 18:46:18 +00:00
import { expect, use } from 'chai'
import { solidity } from 'ethereum-waffle'
import { jestSnapshotPlugin } from 'mocha-chai-jest-snapshot'
use(solidity)
use(jestSnapshotPlugin())
export { expect }