availproject / avail

772 stars 529 forks source link

test: add unit test for formatNumberToBalance #547

Closed hyperbolic-versor closed 4 months ago

hyperbolic-versor commented 4 months ago

Pull Request type

Description

add unit test for avail.js, to improve test coverage.

Related Issues

N/A

Testing Performed

add unit test in git flow

Checklist

Leouarz commented 4 months ago

Thank you for your contribution. However, externals contribution must be discussed in an issue first before drafting a PR. Also, it's not a good practice to construct a big number with BN('' + ...). It's not testing some edge cases.