@@ -756,11 +756,11 @@ describe('TypeScript', () => {
756
756
pathGroupOverrides : [
757
757
{
758
758
pattern : 'multiverse{*,*/**}' ,
759
- action : 'enforce'
760
- }
761
- ]
762
- }
763
- ]
759
+ action : 'enforce' ,
760
+ } ,
761
+ ] ,
762
+ } ,
763
+ ] ,
764
764
} ) ,
765
765
// pathGroupOverrides: an enforce pattern matches good bespoke specifiers
766
766
test ( {
@@ -781,11 +781,11 @@ describe('TypeScript', () => {
781
781
pathGroupOverrides : [
782
782
{
783
783
pattern : 'rootverse{*,*/**}' ,
784
- action : 'enforce'
784
+ action : 'enforce' ,
785
785
} ,
786
- ]
787
- }
788
- ]
786
+ ] ,
787
+ } ,
788
+ ] ,
789
789
} ) ,
790
790
// pathGroupOverrides: an ignore pattern matches bad bespoke specifiers
791
791
test ( {
@@ -806,15 +806,15 @@ describe('TypeScript', () => {
806
806
pathGroupOverrides : [
807
807
{
808
808
pattern : 'multiverse{*,*/**}' ,
809
- action : 'enforce'
809
+ action : 'enforce' ,
810
810
} ,
811
811
{
812
812
pattern : 'rootverse{*,*/**}' ,
813
- action : 'ignore'
813
+ action : 'ignore' ,
814
814
} ,
815
- ]
816
- }
817
- ]
815
+ ] ,
816
+ } ,
817
+ ] ,
818
818
} ) ,
819
819
] ,
820
820
invalid : [
@@ -856,14 +856,14 @@ describe('TypeScript', () => {
856
856
pathGroupOverrides : [
857
857
{
858
858
pattern : 'rootverse{*,*/**}' ,
859
- action : 'enforce'
859
+ action : 'enforce' ,
860
860
} ,
861
861
{
862
862
pattern : 'universe{*,*/**}' ,
863
- action : 'ignore'
864
- }
865
- ]
866
- }
863
+ action : 'ignore' ,
864
+ } ,
865
+ ] ,
866
+ } ,
867
867
] ,
868
868
errors : [
869
869
{
@@ -873,7 +873,7 @@ describe('TypeScript', () => {
873
873
{
874
874
message : 'Missing file extension for "rootverse+bfe:src/symbols"' ,
875
875
line : 5 ,
876
- }
876
+ } ,
877
877
] ,
878
878
} ) ,
879
879
] ,
0 commit comments