File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -376,6 +376,7 @@ describe('Hub', () => {
376
376
377
377
const request = new XMLHttpRequest ( ) ;
378
378
request . open ( 'GET' , '/chase-partners' ) ;
379
+ request . send ( ) ;
379
380
380
381
// mock a response having been received successfully (we have to do it in this roundabout way because readyState
381
382
// is readonly and changing it doesn't trigger a readystatechange event)
@@ -418,6 +419,7 @@ describe('Hub', () => {
418
419
419
420
const request = new XMLHttpRequest ( ) ;
420
421
request . open ( 'GET' , '/chase-partners' ) ;
422
+ request . send ( ) ;
421
423
422
424
// mock a response having been received successfully (we have to do it in this roundabout way because readyState
423
425
// is readonly and changing it doesn't trigger a readystatechange event)
You can’t perform that action at this time.
0 commit comments