Skip to content

Commit 1719b1f

Browse files
committed
fix snapshot for style wrapping
1 parent 3c383d6 commit 1719b1f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/render/src/shared/utils/__snapshots__/pretty.spec.ts.snap

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,13 @@ exports[`pretty > should prettify base doucment correctly 1`] = `
794794

795795
exports[`pretty > should print properties per-line once they get too wide 1`] = `
796796
"<div
797-
style="width:100%;border:none;border-top:1px solid #eaeaea;border-color:#e6ebf1;margin:20px 0"
797+
style="
798+
width:100%;
799+
border:none;
800+
border-top:1px solid #eaeaea;
801+
border-color:#e6ebf1;
802+
margin:20px 0
803+
"
798804
></div>
799805
"
800806
`;

0 commit comments

Comments
 (0)