filerjs / filer

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

Add a new test to fix issue #628 #673

Open humphd opened 5 years ago

humphd commented 5 years ago

This change adds a test to fix the case that the data we send to writeFile is a Number vs. a String of Buffer.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #673      +/-   ##
==========================================
+ Coverage   86.71%   86.76%   +0.05%     
==========================================
  Files          16       16              
  Lines        1746     1746              
==========================================
+ Hits         1514     1515       +1     
+ Misses        232      231       -1
Impacted Files Coverage Δ
src/filesystem/implementation.js 83.81% <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 26b47ee...0092614. Read the comment docs.