@@ -50,7 +50,7 @@ test('create virtual code w/ mdxjsEsm', () => {
50
50
lengths : [ 35 ] ,
51
51
data : {
52
52
completion : true ,
53
- format : false ,
53
+ format : true ,
54
54
navigation : true ,
55
55
semantic : true ,
56
56
structure : true ,
@@ -165,7 +165,7 @@ test('create virtual code w/o MDX layout in case of named re-export', () => {
165
165
lengths : [ 34 ] ,
166
166
data : {
167
167
completion : true ,
168
- format : false ,
168
+ format : true ,
169
169
navigation : true ,
170
170
semantic : true ,
171
171
structure : true ,
@@ -278,7 +278,7 @@ test('create virtual code w/ MDX layout in case of default re-export', () => {
278
278
lengths : [ 8 , 21 ] ,
279
279
data : {
280
280
completion : true ,
281
- format : false ,
281
+ format : true ,
282
282
navigation : true ,
283
283
semantic : true ,
284
284
structure : true ,
@@ -395,7 +395,7 @@ test('create virtual code w/ MDX layout in case of named and default re-export',
395
395
lengths : [ 15 , 21 ] ,
396
396
data : {
397
397
completion : true ,
398
- format : false ,
398
+ format : true ,
399
399
navigation : true ,
400
400
semantic : true ,
401
401
structure : true ,
@@ -512,7 +512,7 @@ test('create virtual code w/ MDX layout in case of default and named re-export',
512
512
lengths : [ 8 , 27 ] ,
513
513
data : {
514
514
completion : true ,
515
- format : false ,
515
+ format : true ,
516
516
navigation : true ,
517
517
semantic : true ,
518
518
structure : true ,
@@ -626,7 +626,7 @@ test('create virtual code w/ MDX layout in case of a default exported arrow func
626
626
lengths : [ 9 ] ,
627
627
data : {
628
628
completion : true ,
629
- format : false ,
629
+ format : true ,
630
630
navigation : true ,
631
631
semantic : true ,
632
632
structure : true ,
@@ -756,7 +756,7 @@ test('create virtual code w/ MDX layout in case of a default exported function d
756
756
lengths : [ 24 ] ,
757
757
data : {
758
758
completion : true ,
759
- format : false ,
759
+ format : true ,
760
760
navigation : true ,
761
761
semantic : true ,
762
762
structure : true ,
@@ -885,7 +885,7 @@ test('create virtual code w/ MDX layout in case of a default exported constant',
885
885
lengths : [ 7 ] ,
886
886
data : {
887
887
completion : true ,
888
- format : false ,
888
+ format : true ,
889
889
navigation : true ,
890
890
semantic : true ,
891
891
structure : true ,
@@ -1002,7 +1002,7 @@ test('create virtual code w/ MDX layout and matching argument name', () => {
1002
1002
lengths : [ 34 ] ,
1003
1003
data : {
1004
1004
completion : true ,
1005
- format : false ,
1005
+ format : true ,
1006
1006
navigation : true ,
1007
1007
semantic : true ,
1008
1008
structure : true ,
@@ -1135,7 +1135,7 @@ test('create virtual code w/ MDX layout in case of a default export followed by
1135
1135
lengths : [ 51 ] ,
1136
1136
data : {
1137
1137
completion : true ,
1138
- format : false ,
1138
+ format : true ,
1139
1139
navigation : true ,
1140
1140
semantic : true ,
1141
1141
structure : true ,
@@ -1271,7 +1271,7 @@ test('create virtual code w/ MDX layout in case of a default export preceded by
1271
1271
lengths : [ 27 , 24 ] ,
1272
1272
data : {
1273
1273
completion : true ,
1274
- format : false ,
1274
+ format : true ,
1275
1275
navigation : true ,
1276
1276
semantic : true ,
1277
1277
structure : true ,
@@ -1524,7 +1524,7 @@ test('create virtual code w/ prefixed JSX expressions for mdxFlowExpression', ()
1524
1524
lengths : [ 27 ] ,
1525
1525
data : {
1526
1526
completion : true ,
1527
- format : false ,
1527
+ format : true ,
1528
1528
navigation : true ,
1529
1529
semantic : true ,
1530
1530
structure : true ,
@@ -1675,7 +1675,7 @@ test('create virtual code w/ prefixed JSX expressions in attributes', () => {
1675
1675
lengths : [ 27 ] ,
1676
1676
data : {
1677
1677
completion : true ,
1678
- format : false ,
1678
+ format : true ,
1679
1679
navigation : true ,
1680
1680
semantic : true ,
1681
1681
structure : true ,
@@ -1836,7 +1836,7 @@ test('create virtual code w/ mdxJsxFlowElement w/ children', () => {
1836
1836
lengths : [ 27 ] ,
1837
1837
data : {
1838
1838
completion : true ,
1839
- format : false ,
1839
+ format : true ,
1840
1840
navigation : true ,
1841
1841
semantic : true ,
1842
1842
structure : true ,
@@ -2005,7 +2005,7 @@ test('create virtual code w/ mdxJsxFlowElement w/o children', () => {
2005
2005
lengths : [ 27 ] ,
2006
2006
data : {
2007
2007
completion : true ,
2008
- format : false ,
2008
+ format : true ,
2009
2009
navigation : true ,
2010
2010
semantic : true ,
2011
2011
structure : true ,
@@ -2143,7 +2143,7 @@ test('create virtual code w/ mdxJsxTextElement', () => {
2143
2143
lengths : [ 27 ] ,
2144
2144
data : {
2145
2145
completion : true ,
2146
- format : false ,
2146
+ format : true ,
2147
2147
navigation : true ,
2148
2148
semantic : true ,
2149
2149
structure : true ,
0 commit comments