Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Nov 1, 2024
1 parent ce9afe1 commit ff8d386
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Alpine.js > jsx > Javascript Test > Advanced 1`] = `
"<main x-data=\\"myBasicForShowComponent()\\">
<template x-for=\\"person in names\\">
<div>
<span x-html=\\"i\\"></span>
:
<span x-html=\\"person\\"></span>
</div>
</template>
<template x-for=\\"person in names\\">
<span><span x-html=\\"person\\"></span></span>
</template>
Expand Down

0 comments on commit ff8d386

Please sign in to comment.