add tests for crowdsale contracts
This commit is contained in:
3
test/helpers/ether.js
Normal file
3
test/helpers/ether.js
Normal file
@ -0,0 +1,3 @@
|
||||
export default function ether(n) {
|
||||
return new web3.BigNumber(web3.toWei(n, 'ether'))
|
||||
}
|
||||
Reference in New Issue
Block a user