babylonchain / simple-staking

Simple staking application
Other
4 stars 13 forks source link

Unit tests for withdraw path #277

Closed jrwbabylonlab closed 3 months ago

jrwbabylonlab commented 3 months ago

We have added the unit tests for the staking path, but still missing other path such as withdraw. The scope of this ticket is to add the unit test for the withdraw related methods such as:

This ticket does not include tests for react component, only for the ts methods.

jrwbabylonlab commented 3 months ago

https://github.com/babylonchain/simple-staking/pull/291