Skip to content

Commit 2a23b6f

Browse files
committed
update tests
1 parent 73bfe8b commit 2a23b6f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/preview-server/src/utils/__snapshots__/get-email-component.spec.ts.snap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ exports[`getEmailComponent() > with a demo email template 1`] = `
1212
<meta name="x-apple-disable-message-reformatting" />
1313
<!--$-->
1414
</head>
15-
<body style="background-color:rgb(255,255,255)">
15+
<body
16+
style="background-color:rgb(255,255,255);margin-top:0;margin-bottom:0;margin-right:0;margin-left:0">
1617
<table
1718
border="0"
1819
width="100%"

packages/react-email/src/commands/testing/__snapshots__/export.spec.ts.snap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ exports[`email export 1`] = `
1010
<meta name="x-apple-disable-message-reformatting" />
1111
<!--$-->
1212
</head>
13-
<body style="background-color:rgb(255,255,255)">
13+
<body
14+
style="background-color:rgb(255,255,255);margin-top:0;margin-bottom:0;margin-right:0;margin-left:0">
1415
<table
1516
border="0"
1617
width="100%"

0 commit comments

Comments
 (0)