Skip to content

Commit cfdfa59

Browse files
committed
Fix types
1 parent 399e208 commit cfdfa59

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/pages/TermsOfService/TermsOfService.test.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ describe('TermsOfService', () => {
164164
externalId: '',
165165
owners: null,
166166
termsAgreement: false,
167+
defaultOrg: null,
167168
},
168169
})
169170
)
@@ -239,6 +240,7 @@ describe('TermsOfService', () => {
239240
externalId: '1234',
240241
owners: null,
241242
termsAgreement: false,
243+
defaultOrg: null,
242244
},
243245
})
244246

@@ -313,6 +315,7 @@ describe('TermsOfService', () => {
313315
externalId: '1234',
314316
owners: null,
315317
name: 'Chetney',
318+
defaultOrg: null,
316319
},
317320
},
318321
[expectPageIsReady],
@@ -332,6 +335,7 @@ describe('TermsOfService', () => {
332335
name: 'Chetney',
333336
externalId: '1234',
334337
owners: null,
338+
defaultOrg: null,
335339
},
336340
},
337341
[expectPageIsReady],
@@ -353,6 +357,7 @@ describe('TermsOfService', () => {
353357
name: 'Chetney',
354358
externalId: '1234',
355359
owners: null,
360+
defaultOrg: null,
356361
},
357362
},
358363
[expectPageIsReady],
@@ -375,6 +380,7 @@ describe('TermsOfService', () => {
375380
externalId: '1234',
376381
owners: null,
377382
email: '',
383+
defaultOrg: null,
378384
},
379385
},
380386
[expectPageIsReady],
@@ -402,6 +408,7 @@ describe('TermsOfService', () => {
402408
name: 'Chetney',
403409
externalId: '1234',
404410
owners: null,
411+
defaultOrg: null,
405412
},
406413
},
407414
[expectPageIsReady],
@@ -420,6 +427,7 @@ describe('TermsOfService', () => {
420427
name: '',
421428
externalId: '1234',
422429
owners: null,
430+
defaultOrg: null,
423431
},
424432
},
425433
[expectPageIsReady],
@@ -452,6 +460,7 @@ describe('TermsOfService', () => {
452460
name: '',
453461
externalId: '1234',
454462
owners: null,
463+
defaultOrg: null,
455464
},
456465
},
457466
[expectPageIsReady],
@@ -479,6 +488,7 @@ describe('TermsOfService', () => {
479488
name: '',
480489
externalId: '1234',
481490
owners: null,
491+
defaultOrg: null,
482492
},
483493
},
484494
[expectPageIsReady],
@@ -510,6 +520,7 @@ describe('TermsOfService', () => {
510520
username: 'chetney',
511521
},
512522
],
523+
defaultOrg: 'chetney',
513524
},
514525
},
515526
[expectRedirectTo, '/gh/codecov/cool-repo'],
@@ -570,6 +581,7 @@ describe('TermsOfService', () => {
570581
externalId: '',
571582
owners: null,
572583
termsAgreement: false,
584+
defaultOrg: null,
573585
},
574586
})
575587
const removeFromDom = vi.fn()
@@ -596,6 +608,7 @@ describe('TermsOfService', () => {
596608
externalId: '',
597609
owners: null,
598610
termsAgreement: false,
611+
defaultOrg: null,
599612
},
600613
})
601614
config.SENTRY_DSN = 'dsn'
@@ -622,6 +635,7 @@ describe('TermsOfService', () => {
622635
externalId: '',
623636
owners: null,
624637
termsAgreement: false,
638+
defaultOrg: null,
625639
},
626640
})
627641
config.SENTRY_DSN = 'dsn'

0 commit comments

Comments
 (0)