We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c383d6 commit 1719b1fCopy full SHA for 1719b1f
packages/render/src/shared/utils/__snapshots__/pretty.spec.ts.snap
@@ -794,7 +794,13 @@ exports[`pretty > should prettify base doucment correctly 1`] = `
794
795
exports[`pretty > should print properties per-line once they get too wide 1`] = `
796
"<div
797
- style="width:100%;border:none;border-top:1px solid #eaeaea;border-color:#e6ebf1;margin:20px 0"
+ style="
798
+ width:100%;
799
+ border:none;
800
+ border-top:1px solid #eaeaea;
801
+ border-color:#e6ebf1;
802
+ margin:20px 0
803
+ "
804
></div>
805
"
806
`;
0 commit comments