Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
shy1118999 committed Oct 31, 2023
1 parent c51f613 commit 22a42e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/__snapshots__/component.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ exports[`Counter.vue > should render 1`] = `
<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>10</div>
<div><button class=\\"inc m-2 btn\\"> + </button><button class=\\"dec m-2 btn\\"> - </button></div>
</div>"
`;

0 comments on commit 22a42e6

Please sign in to comment.