| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 01058c4 commit 4f47e2d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,6 +30,8 @@ fs.exists(f, common.mustCall(function(y) { | |||
| 30 | 30 | assert.strictEqual(y, true); | |
| 31 | 31 | })); | |
| 32 | 32 | ||
| 33 | + assert.doesNotThrow(() => fs.exists(f)); | ||
| 34 | + | ||
| 33 | 35 | fs.exists(`${f}-NO`, common.mustCall(function(y) { | |
| 34 | 36 | assert.strictEqual(y, false); | |
| 35 | 37 | })); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments