You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -198,14 +198,14 @@ describe('e2e', function () {
198
198
constreportLines=stdout.split('\n')
199
199
letexpectedLine
200
200
201
-
for(leti=0;i<reportLines.length-3;i++){
201
+
for(leti=0;i<reportLines.length-7;i++){
202
202
expectedLine=`${foo2Output[i].filePath}: line ${foo2Output[i].line}, col ${foo2Output[i].column}, ${foo2Output[i].severity} - ${foo2Output[i].message} (${foo2Output[i].ruleId})`
it('should make the output report with compact formatter for Foo and Foo2 and Foo3',()=>{
211
211
const{ code, stdout }=shell.exec(
@@ -216,15 +216,15 @@ describe('e2e', function () {
216
216
constjoinedFoo=foo1Output.concat(foo2Output)
217
217
letexpectedLine
218
218
219
-
for(leti=0;i<reportLines.length-3;i++){
219
+
for(leti=0;i<reportLines.length-7;i++){
220
220
expectedLine=`${joinedFoo[i].filePath}: line ${joinedFoo[i].line}, col ${joinedFoo[i].column}, ${joinedFoo[i].severity} - ${joinedFoo[i].message} (${joinedFoo[i].ruleId})`
0 commit comments