| 1 | import chai, { expect } from 'chai' |
| 2 | import { Contract } from 'ethers' |
| 3 | import { solidity, MockProvider, createFixtureLoader } from 'ethereum-waffle' |
| 4 | import { BigNumber, bigNumberify } from 'ethers/utils' |
nothing calls this directly
no test coverage detected