webpack / memory-fs

[DEPRECATED use memfs instead] A simple in-memory filesystem. Holds data in a javascript object.
MIT License
882 stars 88 forks source link

Tiny fix to tests. #49

Closed mjhenkes closed 7 years ago

mjhenkes commented 7 years ago

While working on my aborted pull requested I noticed this test wasn't failing in quite the expected manor. It was failing on the fs variable not being defined instead of the invalid route.

codecov[bot] commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #49   +/-   ##
=======================================
  Coverage   96.24%   96.24%           
=======================================
  Files           4        4           
  Lines         293      293           
  Branches       67       67           
=======================================
  Hits          282      282           
  Misses         11       11

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 67cec91...73fb6ec. Read the comment docs.

sokra commented 7 years ago

Thanks