Closed
Description
Switching over to use the native BigNumber
library from this package, and even though it wraps the bn.ts, it seems that it doesn't work with the bn-chai assertions.
My guess is it has something to do with the casting that happens in the constructor in your package, but not natively in the bn
package (though I'm really not sure).