Skip to content

Commit

Permalink
Remove end column assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Chamion committed Jul 27, 2023
1 parent 6c1eca9 commit d10cf05
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/src/rules/no-unused-modules.js
Expand Up @@ -183,22 +183,16 @@ ruleTester.run('no-unused-modules', rule, {
message: `exported declaration 'default' not used within other modules`,
line: 11,
column: 21,
endLine: 11,
endColumn: 28,
},
{
message: `exported declaration 'o0' not used within other modules`,
line: 11,
column: 30,
endLine: 11,
endColumn: 32,
},
{
message: `exported declaration 'o3' not used within other modules`,
line: 11,
column: 34,
endLine: 11,
endColumn: 36,
},
error(`exported declaration 'p' not used within other modules`),
],
Expand Down

0 comments on commit d10cf05

Please sign in to comment.