@@ -79,6 +79,7 @@ describe('fetchBaseQuery', () => {
79
79
signal : new AbortController ( ) . signal ,
80
80
dispatch : storeRef . store . dispatch ,
81
81
getState : storeRef . store . getState ,
82
+ extra : undefined ,
82
83
} ,
83
84
{ }
84
85
)
@@ -95,6 +96,7 @@ describe('fetchBaseQuery', () => {
95
96
signal : new AbortController ( ) . signal ,
96
97
dispatch : storeRef . store . dispatch ,
97
98
getState : storeRef . store . getState ,
99
+ extra : undefined ,
98
100
} ,
99
101
{ }
100
102
)
@@ -113,6 +115,7 @@ describe('fetchBaseQuery', () => {
113
115
signal : new AbortController ( ) . signal ,
114
116
dispatch : storeRef . store . dispatch ,
115
117
getState : storeRef . store . getState ,
118
+ extra : undefined ,
116
119
} ,
117
120
{ }
118
121
)
@@ -136,6 +139,7 @@ describe('fetchBaseQuery', () => {
136
139
signal : new AbortController ( ) . signal ,
137
140
dispatch : storeRef . store . dispatch ,
138
141
getState : storeRef . store . getState ,
142
+ extra : undefined ,
139
143
} ,
140
144
{ }
141
145
)
@@ -165,6 +169,7 @@ describe('fetchBaseQuery', () => {
165
169
signal : new AbortController ( ) . signal ,
166
170
dispatch : storeRef . store . dispatch ,
167
171
getState : storeRef . store . getState ,
172
+ extra : undefined ,
168
173
} ,
169
174
{ }
170
175
)
@@ -189,6 +194,7 @@ describe('fetchBaseQuery', () => {
189
194
signal : new AbortController ( ) . signal ,
190
195
dispatch : storeRef . store . dispatch ,
191
196
getState : storeRef . store . getState ,
197
+ extra : undefined ,
192
198
} ,
193
199
{ }
194
200
)
@@ -218,6 +224,7 @@ describe('fetchBaseQuery', () => {
218
224
signal : new AbortController ( ) . signal ,
219
225
dispatch : storeRef . store . dispatch ,
220
226
getState : storeRef . store . getState ,
227
+ extra : undefined ,
221
228
} ,
222
229
{ }
223
230
)
@@ -245,6 +252,7 @@ describe('fetchBaseQuery', () => {
245
252
signal : new AbortController ( ) . signal ,
246
253
dispatch : storeRef . store . dispatch ,
247
254
getState : storeRef . store . getState ,
255
+ extra : undefined ,
248
256
} ,
249
257
{ }
250
258
)
@@ -275,6 +283,7 @@ describe('fetchBaseQuery', () => {
275
283
signal : new AbortController ( ) . signal ,
276
284
dispatch : storeRef . store . dispatch ,
277
285
getState : storeRef . store . getState ,
286
+ extra : undefined ,
278
287
} ,
279
288
{ }
280
289
) )
@@ -293,6 +302,7 @@ describe('fetchBaseQuery', () => {
293
302
signal : new AbortController ( ) . signal ,
294
303
dispatch : storeRef . store . dispatch ,
295
304
getState : storeRef . store . getState ,
305
+ extra : undefined ,
296
306
} ,
297
307
{ }
298
308
) )
@@ -318,6 +328,7 @@ describe('fetchBaseQuery', () => {
318
328
signal : new AbortController ( ) . signal ,
319
329
dispatch : storeRef . store . dispatch ,
320
330
getState : storeRef . store . getState ,
331
+ extra : undefined ,
321
332
} ,
322
333
{ }
323
334
) )
@@ -341,6 +352,7 @@ describe('fetchBaseQuery', () => {
341
352
signal : new AbortController ( ) . signal ,
342
353
dispatch : storeRef . store . dispatch ,
343
354
getState : storeRef . store . getState ,
355
+ extra : undefined ,
344
356
} ,
345
357
{ }
346
358
) )
@@ -359,6 +371,7 @@ describe('fetchBaseQuery', () => {
359
371
signal : new AbortController ( ) . signal ,
360
372
dispatch : storeRef . store . dispatch ,
361
373
getState : storeRef . store . getState ,
374
+ extra : undefined ,
362
375
} ,
363
376
{ }
364
377
) )
@@ -376,6 +389,7 @@ describe('fetchBaseQuery', () => {
376
389
signal : new AbortController ( ) . signal ,
377
390
dispatch : storeRef . store . dispatch ,
378
391
getState : storeRef . store . getState ,
392
+ extra : undefined ,
379
393
} ,
380
394
{ }
381
395
) )
@@ -393,6 +407,7 @@ describe('fetchBaseQuery', () => {
393
407
signal : new AbortController ( ) . signal ,
394
408
dispatch : storeRef . store . dispatch ,
395
409
getState : storeRef . store . getState ,
410
+ extra : undefined ,
396
411
} ,
397
412
{ }
398
413
) )
@@ -410,6 +425,7 @@ describe('fetchBaseQuery', () => {
410
425
signal : new AbortController ( ) . signal ,
411
426
dispatch : storeRef . store . dispatch ,
412
427
getState : storeRef . store . getState ,
428
+ extra : undefined ,
413
429
} ,
414
430
{ }
415
431
) )
@@ -427,6 +443,7 @@ describe('fetchBaseQuery', () => {
427
443
signal : new AbortController ( ) . signal ,
428
444
dispatch : storeRef . store . dispatch ,
429
445
getState : storeRef . store . getState ,
446
+ extra : undefined ,
430
447
} ,
431
448
{ }
432
449
) )
@@ -448,6 +465,7 @@ describe('fetchBaseQuery', () => {
448
465
signal : new AbortController ( ) . signal ,
449
466
dispatch : storeRef . store . dispatch ,
450
467
getState : storeRef . store . getState ,
468
+ extra : undefined ,
451
469
} ,
452
470
{ }
453
471
)
@@ -471,6 +489,7 @@ describe('fetchBaseQuery', () => {
471
489
signal : new AbortController ( ) . signal ,
472
490
dispatch : storeRef . store . dispatch ,
473
491
getState : storeRef . store . getState ,
492
+ extra : undefined ,
474
493
} ,
475
494
{ }
476
495
) )
@@ -488,6 +507,7 @@ describe('fetchBaseQuery', () => {
488
507
signal : new AbortController ( ) . signal ,
489
508
dispatch : storeRef . store . dispatch ,
490
509
getState : storeRef . store . getState ,
510
+ extra : undefined ,
491
511
} ,
492
512
{ }
493
513
) )
@@ -512,6 +532,7 @@ describe('fetchBaseQuery', () => {
512
532
signal : new AbortController ( ) . signal ,
513
533
dispatch : storeRef . store . dispatch ,
514
534
getState : storeRef . store . getState ,
535
+ extra : undefined ,
515
536
} ,
516
537
{ }
517
538
) )
@@ -533,6 +554,7 @@ describe('fetchBaseQuery', () => {
533
554
signal : new AbortController ( ) . signal ,
534
555
dispatch : storeRef . store . dispatch ,
535
556
getState : storeRef . store . getState ,
557
+ extra : undefined ,
536
558
} ,
537
559
{ }
538
560
) )
@@ -563,6 +585,7 @@ describe('fetchBaseQuery', () => {
563
585
signal : new AbortController ( ) . signal ,
564
586
dispatch : storeRef . store . dispatch ,
565
587
getState : storeRef . store . getState ,
588
+ extra : undefined ,
566
589
} ,
567
590
{ }
568
591
)
@@ -582,6 +605,7 @@ describe('fetchBaseQuery', () => {
582
605
signal : new AbortController ( ) . signal ,
583
606
dispatch : storeRef . store . dispatch ,
584
607
getState : storeRef . store . getState ,
608
+ extra : undefined ,
585
609
} ,
586
610
{ }
587
611
)
@@ -607,6 +631,7 @@ describe('fetchBaseQuery', () => {
607
631
signal : new AbortController ( ) . signal ,
608
632
dispatch : storeRef . store . dispatch ,
609
633
getState : storeRef . store . getState ,
634
+ extra : undefined ,
610
635
} ,
611
636
{ }
612
637
) )
@@ -625,6 +650,7 @@ describe('fetchBaseQuery', () => {
625
650
signal : new AbortController ( ) . signal ,
626
651
dispatch : storeRef . store . dispatch ,
627
652
getState : storeRef . store . getState ,
653
+ extra : undefined ,
628
654
} ,
629
655
{ }
630
656
) )
@@ -644,6 +670,7 @@ describe('fetchBaseQuery', () => {
644
670
signal : new AbortController ( ) . signal ,
645
671
dispatch : storeRef . store . dispatch ,
646
672
getState : storeRef . store . getState ,
673
+ extra : undefined ,
647
674
} ,
648
675
{ }
649
676
) )
@@ -672,6 +699,7 @@ describe('fetchFn', () => {
672
699
signal : new AbortController ( ) . signal ,
673
700
dispatch : storeRef . store . dispatch ,
674
701
getState : storeRef . store . getState ,
702
+ extra : undefined ,
675
703
} ,
676
704
{ }
677
705
) )
@@ -699,6 +727,7 @@ describe('fetchFn', () => {
699
727
signal : new AbortController ( ) . signal ,
700
728
dispatch : storeRef . store . dispatch ,
701
729
getState : storeRef . store . getState ,
730
+ extra : undefined ,
702
731
} ,
703
732
{ }
704
733
)
@@ -725,6 +754,7 @@ describe('FormData', () => {
725
754
signal : new AbortController ( ) . signal ,
726
755
dispatch : storeRef . store . dispatch ,
727
756
getState : storeRef . store . getState ,
757
+ extra : undefined ,
728
758
} ,
729
759
{ }
730
760
)
@@ -746,6 +776,7 @@ describe('still throws on completely unexpected errors', () => {
746
776
signal : new AbortController ( ) . signal ,
747
777
dispatch : storeRef . store . dispatch ,
748
778
getState : storeRef . store . getState ,
779
+ extra : undefined ,
749
780
} ,
750
781
{ }
751
782
)
0 commit comments