Skip to content

Commit a0ab04d

Browse files
committed
chore(tests): linting pass
1 parent c85f7d6 commit a0ab04d

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

tests/src/rules/extensions.js

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -756,11 +756,11 @@ describe('TypeScript', () => {
756756
pathGroupOverrides: [
757757
{
758758
pattern: 'multiverse{*,*/**}',
759-
action: 'enforce'
760-
}
761-
]
762-
}
763-
]
759+
action: 'enforce',
760+
},
761+
],
762+
},
763+
],
764764
}),
765765
// pathGroupOverrides: an enforce pattern matches good bespoke specifiers
766766
test({
@@ -781,11 +781,11 @@ describe('TypeScript', () => {
781781
pathGroupOverrides: [
782782
{
783783
pattern: 'rootverse{*,*/**}',
784-
action: 'enforce'
784+
action: 'enforce',
785785
},
786-
]
787-
}
788-
]
786+
],
787+
},
788+
],
789789
}),
790790
// pathGroupOverrides: an ignore pattern matches bad bespoke specifiers
791791
test({
@@ -806,15 +806,15 @@ describe('TypeScript', () => {
806806
pathGroupOverrides: [
807807
{
808808
pattern: 'multiverse{*,*/**}',
809-
action: 'enforce'
809+
action: 'enforce',
810810
},
811811
{
812812
pattern: 'rootverse{*,*/**}',
813-
action: 'ignore'
813+
action: 'ignore',
814814
},
815-
]
816-
}
817-
]
815+
],
816+
},
817+
],
818818
}),
819819
],
820820
invalid: [
@@ -856,14 +856,14 @@ describe('TypeScript', () => {
856856
pathGroupOverrides: [
857857
{
858858
pattern: 'rootverse{*,*/**}',
859-
action: 'enforce'
859+
action: 'enforce',
860860
},
861861
{
862862
pattern: 'universe{*,*/**}',
863-
action: 'ignore'
864-
}
865-
]
866-
}
863+
action: 'ignore',
864+
},
865+
],
866+
},
867867
],
868868
errors: [
869869
{
@@ -873,7 +873,7 @@ describe('TypeScript', () => {
873873
{
874874
message: 'Missing file extension for "rootverse+bfe:src/symbols"',
875875
line: 5,
876-
}
876+
},
877877
],
878878
}),
879879
],

0 commit comments

Comments
 (0)