Skip to content

Commit

Permalink
Update __tests__/src/rules/lang-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallgassner authored Aug 17, 2023
1 parent 3d84a85 commit 98776d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/src/rules/lang-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ ruleTester.run('lang', rule, {
{ code: '<HTML lang="foo" />' },
{ code: '<Foo lang={undefined} />' },
{ code: '<Foo lang="en" />', settings: componentsSettings },
{ code: '<Foo lang="en" />', settings: componentsSettings },
{ code: '<Box as="html" lang="en" />', settings: componentsSettings },
)).map(parserOptionsMapper),
invalid: parsers.all([].concat(
Expand Down

0 comments on commit 98776d9

Please sign in to comment.