File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -336,6 +336,7 @@ describe('getTypeMeta', () => {
336
336
description : undefined ,
337
337
deprecation : null ,
338
338
isRequired : true ,
339
+ examples : [ ] ,
339
340
type : {
340
341
meta : null ,
341
342
raw : 'string' ,
@@ -348,6 +349,7 @@ describe('getTypeMeta', () => {
348
349
description : undefined ,
349
350
deprecation : null ,
350
351
isRequired : false ,
352
+ examples : [ ] ,
351
353
type : {
352
354
meta : null ,
353
355
raw : 'string' ,
@@ -360,6 +362,7 @@ describe('getTypeMeta', () => {
360
362
description : undefined ,
361
363
deprecation : null ,
362
364
isRequired : false ,
365
+ examples : [ ] ,
363
366
type : {
364
367
meta : null ,
365
368
raw : 'string' ,
@@ -453,6 +456,7 @@ describe('getTypeMeta', () => {
453
456
description : 'The name of the path to link to' ,
454
457
deprecation : null ,
455
458
isRequired : false ,
459
+ examples : [ ] ,
456
460
type : {
457
461
meta : null ,
458
462
raw : 'string' ,
@@ -465,6 +469,7 @@ describe('getTypeMeta', () => {
465
469
description : undefined ,
466
470
deprecation : null ,
467
471
isRequired : false ,
472
+ examples : [ ] ,
468
473
type : {
469
474
meta : null ,
470
475
raw : 'string' ,
@@ -568,6 +573,7 @@ describe('getTypeMeta', () => {
568
573
description : undefined ,
569
574
deprecation : null ,
570
575
isRequired : true ,
576
+ examples : [ ] ,
571
577
type : {
572
578
meta : null ,
573
579
raw : 'string' ,
@@ -580,6 +586,7 @@ describe('getTypeMeta', () => {
580
586
description : undefined ,
581
587
deprecation : null ,
582
588
isRequired : false ,
589
+ examples : [ ] ,
583
590
type : {
584
591
meta : {
585
592
returnValue : { type : 'undefined' } ,
@@ -595,6 +602,7 @@ describe('getTypeMeta', () => {
595
602
description : undefined ,
596
603
deprecation : null ,
597
604
isRequired : false ,
605
+ examples : [ ] ,
598
606
deprecation : {
599
607
date : 1591519180477 ,
600
608
description : 'Use onHide' ,
You can’t perform that action at this time.
0 commit comments