Update test.js

This commit is contained in:
Sindre Sorhus 2022-05-17 13:40:46 +07:00 committed by GitHub
parent 4d1a81ce38
commit 3cb3cd6fa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ test('`.clear()` method', async t => {
});
/**
TODO: Remove if statement when dropped Node 12, 14.
TODO: Remove if statement when targeting Node.js 16.
*/
if (globalThis.AbortController !== undefined) {
test('rejects when calling `AbortController#abort()`', async t => {