Fixes
Updated use of
fs.unlink
without a callback tofs.unlinkSync
.As of Node v10, the callback is no longer optional, which was causing a false test failure.
Fixed access to properties on promisified methods.
Updated use of fs.unlink
without a callback to fs.unlinkSync
.
As of Node v10, the callback is no longer optional, which was causing a false test failure.
Fixed access to properties on promisified methods.