| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d3981ae commit cb1d16d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,6 +8,8 @@ fs.exists(f, common.mustCall(function(y) { | |||
| 8 | 8 | assert.strictEqual(y, true); | |
| 9 | 9 | })); | |
| 10 | 10 | ||
| 11 | + assert.doesNotThrow(() => fs.exists(f)); | ||
| 12 | + | ||
| 11 | 13 | fs.exists(`${f}-NO`, common.mustCall(function(y) { | |
| 12 | 14 | assert.strictEqual(y, false); | |
| 13 | 15 | })); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments