Open
Description
We have a code path not being hit by our tests in fs.appendFile
: https://codecov.io/gh/filerjs/filer/src/master/src/filesystem/implementation.js#L1895. To hit it, we need to:
- add a test for
fs.appendFile
that pass invalid flags tooptions.flags
(i.e., doesn't includea
).