Skip to content

Commit

Permalink
test: remove empty suggestions check
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed May 28, 2022
1 parent e6c3360 commit a2fd28e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rules/__tests__/no-focused-tests.test.ts
Expand Up @@ -452,13 +452,11 @@ ruleTester.run('no-focused-tests (aliases)', rule, {
messageId: 'focusedTest',
column: 1,
line: 3,
suggestions: [],
},
{
messageId: 'focusedTest',
column: 1,
line: 4,
suggestions: [],
},
],
},
Expand Down

0 comments on commit a2fd28e

Please sign in to comment.