Skip to content

Commit

Permalink
Silence one bsc diagnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
elsassph committed Aug 1, 2023
1 parent d518efb commit 8c49713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/trackCodeFlow/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe('trackCodeFlow', () => {
'consistent-return': 'off',
'unused-variable': 'off'
},
diagnosticFilters: [1001]
diagnosticFilters: [1001, 1141]
} as any);
const actual = fmtDiagnostics(diagnostics);
const expected = [
Expand Down

0 comments on commit 8c49713

Please sign in to comment.