-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
61 additions
and
3 deletions.
There are no files selected for viewing
48 changes: 48 additions & 0 deletions
48
...ge/src/components/CheckoutEmailAddress/v1/__snapshots__/CheckoutEmailAddress.test.js.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`render email address of a guest 1`] = ` | ||
.c0 { | ||
color: #3c3c3c; | ||
font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,sans-serif; | ||
font-size: 14px; | ||
} | ||
.c1 { | ||
font-weight: 700; | ||
} | ||
<div | ||
className="c0" | ||
> | ||
<span | ||
className="c1" | ||
> | ||
guest.email@example.com | ||
</span> | ||
</div> | ||
`; | ||
|
||
exports[`render email address of a user with an account 1`] = ` | ||
.c0 { | ||
color: #3c3c3c; | ||
font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,sans-serif; | ||
font-size: 14px; | ||
} | ||
.c1 { | ||
font-weight: 700; | ||
} | ||
<div | ||
className="c0" | ||
> | ||
Signed in as | ||
<span | ||
className="c1" | ||
> | ||
account.email@example.com | ||
</span> | ||
</div> | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 9 additions & 1 deletion
10
package/src/components/ShopLogo/v1/__snapshots__/ShopLogo.test.js.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters