Skip to content

Commit 3cb5885

Browse files
committed
One more suggestion
1 parent 3cf8469 commit 3cb5885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ test('no unhandled rejected promises from mapper throws - infinite concurrency',
389389
}),
390390
{message: 'Oops! 1'}
391391
);
392-
// Note: All 3 mappers get invoked, all 3 throw, even with stop on error this
392+
// Note: All 3 mappers get invoked, all 3 throw, even with `{stopOnError: true}` this
393393
// should raise an AggregateError with all 3 exceptions instead of throwing 1
394394
// exception and hiding the other 2.
395395
t.deepEqual(mappedValues, [1, 2, 3]);

0 commit comments

Comments
 (0)