Skip to content

Commit

Permalink
Update no-nested-interactive.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan committed Jan 1, 2025
1 parent 147ff98 commit aae4b85
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ templateRuleTester.run("[template] no-nested-interactive", rule, {
{
code: `html\`<button></button>\``,
},
{
code: `
html\`<button></button>\`;
html\`<a href="foo"></a>\`;`,
},
],
invalid: [
{
Expand Down

0 comments on commit aae4b85

Please sign in to comment.