Skip to content

Commit

Permalink
test(vitesse): update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
FuckDoctors committed Feb 28, 2024
1 parent 0e8f13d commit 934f54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/__snapshots__/component.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`TheCounter.vue > should render 1`] = `"<div>10 <button class=\\"inc\\">+</button><button class=\\"dec\\">-</button></div>"`;
exports[`theCounter.vue > should render 1`] = `"<div>10 <button class="inc">+</button><button class="dec">-</button></div>"`;

0 comments on commit 934f54c

Please sign in to comment.