diff --git a/test.js b/test.js index 87c7b3d..7d1ce0c 100644 --- a/test.js +++ b/test.js @@ -389,7 +389,7 @@ test('no unhandled rejected promises from mapper throws - infinite concurrency', }), {message: 'Oops! 1'} ); - // Note: All 3 mappers get invoked, all 3 throw, even with stop on error this + // Note: All 3 mappers get invoked, all 3 throw, even with `{stopOnError: true}` this // should raise an AggregateError with all 3 exceptions instead of throwing 1 // exception and hiding the other 2. t.deepEqual(mappedValues, [1, 2, 3]);