Update test.js

This commit is contained in:
Gyubong Lee 2022-03-31 11:53:33 +09:00
parent de3fab8387
commit df2bf12966
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ test('`.clear()` method', async t => {
t.true(inRange(end(), {start: 0, end: 350}));
});
test('rejects when calls abort', async t => {
test('rejects when calls `AbortController.abort`', async t => {
const abortController = new AbortController();
const promise = pTimeout(delay(3000), 2000, undefined, {