Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Mar 23, 2024
1 parent f417da1 commit 89c2d60
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/lib/rules/require-scoped.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@ tester.run("require-scoped", rule as any, {
column: 25,
endLine: 4,
endColumn: 34,
suggestions: [
{
desc: "Add `scoped` attribute.",
output: `
<script>
</script>
<style scoped/>
`,
},
],
},
],
},
Expand Down

0 comments on commit 89c2d60

Please sign in to comment.