We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5626b3 commit c281ad2Copy full SHA for c281ad2
test.js
@@ -346,7 +346,6 @@ test('new File() throws with too few args', t => {
346
});
347
348
test('can slice zero sized blobs', async t => {
349
- // const blob = fileFromPathSync('./package.json') // or
350
const blob = new Blob();
351
const txt = await blob.slice(0, 0).text();
352
t.is(txt, '');
0 commit comments