BitGo / bitgo-utxo-lib

UTXO coins functions implemented in pure JavaScript
83 stars 142 forks source link

Actually run tests in test/forks/ #62

Closed OttoAllmendinger closed 4 years ago

OttoAllmendinger commented 4 years ago

Since coverage only runs mocha, which does not run tests recursively by default, the coverage dropped below 90%. This change barely moves it above 90% again.

Issue: BLOCK-251