Skip to content

Commit c281ad2

Browse files
committed
rm comment
1 parent a5626b3 commit c281ad2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test.js

-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ test('new File() throws with too few args', t => {
346346
});
347347

348348
test('can slice zero sized blobs', async t => {
349-
// const blob = fileFromPathSync('./package.json') // or
350349
const blob = new Blob();
351350
const txt = await blob.slice(0, 0).text();
352351
t.is(txt, '');

0 commit comments

Comments
 (0)