multiformats / js-cid

CID implementation in JavaScript
MIT License
97 stars 39 forks source link

Added test cases for cid.buffer #47

Closed realharry closed 6 years ago

realharry commented 6 years ago

Added two more test cases for CID.buffer, for both versions 0 and 1. (Cf. Issue $46.)

vmx commented 6 years ago

@realharry As you contribute a lot recently, I'd like to point you to our JS Code Guidelines: https://github.com/ipfs/community/blob/master/js-code-guidelines.md It also contains information about the commit message format we use. It's not a big deal for now as I can easily change it when merging the commit.