idle_moloch/lib/v3-core/test/shared/expect.ts
2024-11-01 11:55:27 +01: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 }