| 1 | import assert from 'assert' |
| 2 | import { approxEqual, approxDeepEqual } from '../../../../tools/approx.js' |
| 3 | import math from '../../../../src/defaultInstance.js' |
| 4 | const BigNumber = math.BigNumber |
nothing calls this directly
no test coverage detected