@@ -182,7 +182,7 @@ asyncTest('When re-throwing new errors in a promise catch, only the' +
182
182
} ) ;
183
183
} ) ;
184
184
185
- asyncTest ( 'Test params of unhandledRejection for a synchronously-rejected' +
185
+ asyncTest ( 'Test params of unhandledRejection for a synchronously-rejected ' +
186
186
'promise' , function ( done ) {
187
187
const e = new Error ( ) ;
188
188
onUnhandledSucceed ( done , function ( reason , promise ) {
@@ -294,7 +294,7 @@ asyncTest('While inside setImmediate, catching a rejected promise derived ' +
294
294
} ) ;
295
295
296
296
// State adapation tests
297
- asyncTest ( 'catching a promise which is asynchronously rejected (via' +
297
+ asyncTest ( 'catching a promise which is asynchronously rejected (via ' +
298
298
'resolution to an asynchronously-rejected promise) prevents' +
299
299
' unhandledRejection' , function ( done ) {
300
300
const e = new Error ( ) ;
@@ -381,7 +381,7 @@ asyncTest(
381
381
) ;
382
382
383
383
// Combinations with Promise.all
384
- asyncTest ( 'Catching the Promise.all() of a collection that includes a' +
384
+ asyncTest ( 'Catching the Promise.all() of a collection that includes a ' +
385
385
'rejected promise prevents unhandledRejection' , function ( done ) {
386
386
const e = new Error ( ) ;
387
387
onUnhandledFail ( done ) ;
@@ -666,7 +666,7 @@ asyncTest('nextTick is immediately scheduled when called inside an event' +
666
666
} ) ;
667
667
668
668
asyncTest ( 'Throwing an error inside a rejectionHandled handler goes to' +
669
- ' unhandledException, and does not cause .catch() to throw an' +
669
+ ' unhandledException, and does not cause .catch() to throw an ' +
670
670
'exception' , function ( done ) {
671
671
clean ( ) ;
672
672
const e = new Error ( ) ;
0 commit comments