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 ecfd834 commit 3c201aaCopy full SHA for 3c201aa
src/main.test.ts
@@ -312,7 +312,7 @@ describe('set', () => {
312
await blobs.set(key, value, { ttl })
313
})
314
315
- // We need `Readable.fromWeb` to be available, which needs Node 16+.
+ // We need `Readable.toWeb` to be available, which needs Node 16+.
316
if (semver.gte(nodeVersion, '16.0.0')) {
317
test('Accepts a file', async () => {
318
expect.assertions(5)
0 commit comments