asmarques / chai-bignumber

Chai assertions for comparing arbitrary-precision decimals using the bignumber.js library
MIT License
14 stars 37 forks source link

New assertion: oneOf #13

Open fulldecent opened 2 years ago

fulldecent commented 2 years ago

Requesting, please, to add another assertion. oneOf.

This works for other tokens and is specified at https://www.chaijs.com/api/assert/#method_oneof

Logically, it is also applicable to bignumber.js

matias-gmg commented 1 year ago

Is there any update on this?