Skip to content

Commit

Permalink
refactor(tests): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
royschut committed Nov 14, 2024
1 parent c5243d1 commit ed17096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`<TruncatedText> > renders and matches snapshot 1`] = `
<div>
<div
class="_truncatedText_b1c064"
style="max-height: calc(1.5em * 8); -webkit-line-clamp: 8;"
style="max-height: calc(1.5em * 8); -webkit-line-clamp: 8; line-clamp: 8; display: -webkit-box;"
>
<div
class="_markdown_e219e2 _inline_e219e2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ exports[`<VideoDetails> > renders and matches snapshot 1`] = `
</div>
<div
class="_truncatedText_b1c064 _description_77f2c2 _description_d0c133"
style="max-height: calc(1.5em * 8); -webkit-line-clamp: 8;"
style="max-height: calc(1.5em * 8); -webkit-line-clamp: 8; line-clamp: 8; display: -webkit-box;"
>
<div
class="_markdown_e219e2 _inline_e219e2"
Expand Down

0 comments on commit ed17096

Please sign in to comment.