Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfennis committed Nov 20, 2023
1 parent b26e0ff commit 1dc9fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`Using lucide icon components > should add a class to the element 1`] = `
<div>
<svg
class="lucide lucide-smile-icon my-icon asdasdasdasd"
class="lucide lucide-smile-icon my-icon"
fill="none"
height="24"
stroke="currentColor"
Expand Down
2 changes: 1 addition & 1 deletion packages/lucide-vue-next/tests/lucide-vue-next.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('Using lucide icon components', () => {
it('should add a class to the element', () => {
const {container} = render(Smile, {
attrs: {
class: "my-icon asdasdasdasd"
class: "my-icon"
}
})

Expand Down

0 comments on commit 1dc9fef

Please sign in to comment.