| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 329a821 commit d4b6170
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -68,6 +68,10 @@ test(new Uint8Array(expected.length), | |||
| 68 | 68 | })); | |
| 69 | 69 | } | |
| 70 | 70 | ||
| 71 | + assert.throws(() => new fs.Dir(), { | ||
| 72 | + code: 'ERR_MISSING_ARGS', | ||
| 73 | + }); | ||
| 74 | + | ||
| 71 | 75 | assert.throws( | |
| 72 | 76 | () => fs.read(fd, Buffer.alloc(1), 0, 1, 0), | |
| 73 | 77 | { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments