Skip to content

Commit

Permalink
fix: test snap
Browse files Browse the repository at this point in the history
  • Loading branch information
shy1118999 committed Apr 19, 2024
1 parent ac7c9ce commit 5d6f529
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions test/__snapshots__/component.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Counter.vue > should render 1`] = `
"<div class=\\"m-5\\">
<div>10</div>
<div><button class=\\"inc btn m-2\\"> + </button><button class=\\"dec btn m-2\\"> - </button></div>
</div>"
`;
exports[`counter.vue > should render 1`] = `
"<div class=\\"m-5\\">
"<div class="m-5">
<div>10</div>
<div><button class=\\"inc m-2 btn\\"> + </button><button class=\\"dec m-2 btn\\"> - </button></div>
<div><button class="inc m-2 btn"> + </button><button class="dec m-2 btn"> - </button></div>
</div>"
`;

0 comments on commit 5d6f529

Please sign in to comment.