filerjs / filer

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

Fix #625 Add test for fs.readlink() when the path isn't a symbolic link #744

Closed CDNRae closed 5 years ago

CDNRae commented 5 years ago

Fix for issue #625

Added a test for fs.readlink() when the path isn't a symbolic link.

codecov-io commented 5 years ago

Codecov Report

Merging #744 into master will increase coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #744      +/-   ##
==========================================
+ Coverage    86.6%   86.65%   +0.05%     
==========================================
  Files          16       16              
  Lines        1739     1739              
==========================================
+ Hits         1506     1507       +1     
+ Misses        233      232       -1
Impacted Files Coverage Δ
src/filesystem/implementation.js 83.77% <0%> (+0.09%) :arrow_up:

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 2a4fa0f...e3da133. Read the comment docs.