We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01058c4 commit 4f47e2dCopy full SHA for 4f47e2d
test/parallel/test-fs-exists.js
@@ -30,6 +30,8 @@ fs.exists(f, common.mustCall(function(y) {
30
assert.strictEqual(y, true);
31
}));
32
33
+assert.doesNotThrow(() => fs.exists(f));
34
+
35
fs.exists(`${f}-NO`, common.mustCall(function(y) {
36
assert.strictEqual(y, false);
37
0 commit comments