Skip to content

Commit

Permalink
[Tests] dynamic-import-chunkname: remove unused "errors" from valid…
Browse files Browse the repository at this point in the history
… tests
  • Loading branch information
MhMadHamster authored and ljharb committed Dec 18, 2021
1 parent 998655b commit 404f482
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/src/rules/dynamic-import-chunkname.js
Expand Up @@ -53,10 +53,6 @@ ruleTester.run('dynamic-import-chunkname', rule, {
'someModule'
)`,
options: pickyCommentOptions,
errors: [{
message: pickyCommentFormatError,
type: 'CallExpression',
}],
},
{
code: `import(
Expand Down Expand Up @@ -147,10 +143,6 @@ ruleTester.run('dynamic-import-chunkname', rule, {
)`,
options: pickyCommentOptions,
parser,
errors: [{
message: pickyCommentFormatError,
type: 'CallExpression',
}],
},
...SYNTAX_CASES,
],
Expand Down

0 comments on commit 404f482

Please sign in to comment.