filerjs / filer

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

fs.copyFile.spec.js: changed var to let or const and added "use strict" #720

Closed a-deeb closed 5 years ago

a-deeb commented 5 years ago

fs.copyFile.spec.js :

Added Line: use strict;

changed vars to let or const

ghost commented 5 years ago

use strict; should be in quotations and placed at the top of the file.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #720   +/-   ##
=======================================
  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...706fdd0. Read the comment docs.

humphd commented 5 years ago

This is still not right. If you want to redo it and open a new PR, go ahead. But I'm going to close at this point, since it's got too many changes included.