memory-fs: create test for optional options

This commit is contained in:
Andy Chou
2018-05-14 11:58:48 -07:00
parent 2771408ff6
commit c613604da5
+4
View File
@@ -15,3 +15,7 @@ fs.writeFile('hello', 'hahahahah', 'utf-8', function (err) {
console.log(err.message);
}
});
fs.createReadStream('hello');
fs.createWriteStream('hello');