filerjs / filer

Node-like file system for browsers
BSD 2-Clause "Simplified" License
617 stars 154 forks source link

Update errors.spec.js #718

Closed PrimeN closed 5 years ago

PrimeN commented 5 years ago

Updating errors.spec.js to use const/let appropriately instead of var.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #718   +/-   ##
=======================================
  Coverage   86.71%   86.71%           
=======================================
  Files          16       16           
  Lines        1746     1746           
=======================================
  Hits         1514     1514           
  Misses        232      232

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 26b47ee...a1cddb6. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #718   +/-   ##
=======================================
  Coverage   86.71%   86.71%           
=======================================
  Files          16       16           
  Lines        1746     1746           
=======================================
  Hits         1514     1514           
  Misses        232      232

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 26b47ee...7c9374d. Read the comment docs.

humphd commented 5 years ago

@PrimeN one tip: you're fixing issue #664, so in your PR you can mention it by saying Fixes #664 and then GitHub will auto-close your issue when the PR gets merged. Next time!