Skip to content

Commit

Permalink
fix: snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dauriamarco committed Aug 22, 2024
1 parent 2c0a7fd commit 7b0050c
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ snapshots["sbb-flip-card-details DOM"] =
/* end snapshot sbb-flip-card-details DOM */

snapshots["sbb-flip-card-details Shadow DOM"] =
`<div class="sbb-flip-card-details">
<slot>
</slot>
`<div class="sbb-flip-card-details--wrapper">
<div class="sbb-flip-card-details">
<slot>
</slot>
</div>
</div>
`;
/* end snapshot sbb-flip-card-details Shadow DOM */
Expand Down

0 comments on commit 7b0050c

Please sign in to comment.