DemocracyEarth / vote

Smart contracts for vote token.
19 stars 5 forks source link

Add tests for VoteCrowdsale.sol #2

Open medied opened 6 years ago

medied commented 6 years ago
medied commented 6 years ago

Added initial replicating tests with commit b83c5498e6619766666e4ac390825213858ab629. Although there's a set of parameters that need to be set correctly for tests to be more accurate: rate, value, tokenSupply, expectedTokenAmount.

Note those parameters are set using the BigNumber library, the api docs are worth checking out