dashpay / paper.dash.org

JavaScript Client-Side Dash Wallet Generator
https://paper.dash.org
41 stars 37 forks source link

Some synchronous unit tests DID NOT pass #7

Open tonighx opened 6 years ago

tonighx commented 6 years ago

I have tried on Chrome, Firefox and Midori, all up to date, all with the same result

UdjinM6 commented 6 years ago

Yep. Some of them are fixed in https://github.com/dashpay/paper.dash.org/pull/5/commits/d9161d8e779430b91836bd3c8a3041e7d8358b53 (#5 )

nmarley commented 6 years ago

Can I ask where these unit tests are? I haven't been able to find them. :/

UdjinM6 commented 6 years ago

@nmarley Tests themself: https://github.com/dashpay/paper.dash.org/blob/master/src/ninja.unittests.js To run them you need to specify unittest=1 and/or asyncunittests=1 e.g. https://paper.dash.org/?unittests=1&asyncunittests=1