mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
test: increase fs.exists coverage
PR-URL: https://github.com/nodejs/node/pull/15963 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
This commit is contained in:
committed by
Gibson Fahnestock
parent
01058c412e
commit
4f47e2df44
@@ -30,6 +30,8 @@ fs.exists(f, common.mustCall(function(y) {
|
||||
assert.strictEqual(y, true);
|
||||
}));
|
||||
|
||||
assert.doesNotThrow(() => fs.exists(f));
|
||||
|
||||
fs.exists(`${f}-NO`, common.mustCall(function(y) {
|
||||
assert.strictEqual(y, false);
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user