Skip to content

Commit 56a1aa9

Browse files
committed
update snapshots
1 parent 6999102 commit 56a1aa9

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

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

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ exports[`pretty > should prettify Code Pen's template correctly 1`] = `
2020
</head>
2121
<body
2222
style="
23-
font-family:&quot;
24-
Google Sans&quot;
25-
,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
23+
font-family:&quot;Google Sans&quot;,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
2624
background-color:#505050;
2725
margin:0
2826
"
@@ -862,11 +860,7 @@ exports[`pretty > should prettify Stripe's template correctly 1`] = `
862860
<body
863861
style="
864862
background-color:#f6f9fc;
865-
font-family:-apple-system,BlinkMacSystemFont,&quot;
866-
Segoe UI&quot;
867-
,Roboto,&quot;
868-
Helvetica Neue&quot;
869-
,Ubuntu,sans-serif
863+
font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,Roboto,&quot;Helvetica Neue&quot;,Ubuntu,sans-serif
870864
"
871865
>
872866
<table
@@ -1141,19 +1135,6 @@ exports[`pretty > should prettify base doucment correctly 1`] = `
11411135
"
11421136
`;
11431137

1144-
exports[`pretty > should print properties per-line once they get too wide 1`] = `
1145-
"<div
1146-
style="
1147-
width:100%;
1148-
border:none;
1149-
border-top:1px solid #eaeaea;
1150-
border-color:#e6ebf1;
1151-
margin:20px 0
1152-
"
1153-
></div>
1154-
"
1155-
`;
1156-
11571138
exports[`pretty > should print style properties per-line once they get too wide 1`] = `
11581139
"<div
11591140
style="

0 commit comments

Comments
 (0)