@@ -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 ( ) ;
@@ -378,7 +378,7 @@ asyncTest(
378
378
) ;
379
379
380
380
// Combinations with Promise.all
381
- asyncTest ( 'Catching the Promise.all() of a collection that includes a' +
381
+ asyncTest ( 'Catching the Promise.all() of a collection that includes a ' +
382
382
'rejected promise prevents unhandledRejection' , function ( done ) {
383
383
const e = new Error ( ) ;
384
384
onUnhandledFail ( done ) ;
@@ -662,7 +662,7 @@ asyncTest('nextTick is immediately scheduled when called inside an event' +
662
662
} ) ;
663
663
664
664
asyncTest ( 'Throwing an error inside a rejectionHandled handler goes to' +
665
- ' unhandledException, and does not cause .catch() to throw an' +
665
+ ' unhandledException, and does not cause .catch() to throw an ' +
666
666
'exception' , function ( done ) {
667
667
clean ( ) ;
668
668
const e = new Error ( ) ;
0 commit comments