ipld / js-ipld

The JavaScript Implementation of IPLD
https://ipld.io
MIT License
119 stars 37 forks source link

chore: rename tests to *.spec.js and remove node and browser files #285

Closed achingbrain closed 4 years ago

achingbrain commented 4 years ago

Runs all the same tests in node and the browser. Turns out zcash doesn't work with Uint8Arrays..

Depends on:

codecov[bot] commented 4 years ago

Codecov Report

Merging #285 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #285   +/-   ##
=======================================
  Coverage   88.31%   88.31%           
=======================================
  Files           3        3           
  Lines         154      154           
=======================================
  Hits          136      136           
  Misses         18       18           
Impacted Files Coverage Δ
.aegir.js 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 825e5e8...58b60ca. Read the comment docs.

vmx commented 4 years ago

Merged and released the ipld-zcash fix.

achingbrain commented 4 years ago

I've removed the temporary dep URL, this should be good to go now.