tape-testing / tape

tap-producing test harness for node and browsers
MIT License
5.77k stars 307 forks source link

[meta] Exclude `fs` from browser bundlers #565

Closed fregante closed 2 years ago

fregante commented 2 years ago

As suggested in https://github.com/substack/tape/issues/561#issuecomment-909469015 and verified in https://github.com/substack/tape/issues/561#issuecomment-917700972

In short this change will let:

codecov-commenter commented 2 years ago

Codecov Report

Merging #565 (00f21ea) into master (c837b02) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #565   +/-   ##
=======================================
  Coverage   96.49%   96.49%           
=======================================
  Files           4        4           
  Lines         627      627           
  Branches      145      145           
=======================================
  Hits          605      605           
  Misses         22       22           

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 c837b02...00f21ea. Read the comment docs.

fregante commented 2 years ago

Thanks!