-
Notifications
You must be signed in to change notification settings - Fork 844
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
cchaos
committed
Feb 9, 2018
1 parent
a87c1c8
commit f99e1cd
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
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,22 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`EuiCard is rendered 1`] = ` | ||
<div | ||
aria-label="aria-label" | ||
class="euiPanel euiPanel--paddingMedium euiCard testClass1 testClass2" | ||
data-test-subj="test subject string" | ||
> | ||
<div | ||
class="euiCard__image" | ||
/> | ||
<span | ||
class="euiTitle euiCard__title" | ||
/> | ||
<div | ||
class="euiText euiCard__content" | ||
/> | ||
<div | ||
class="euiCard__footer" | ||
/> | ||
</div> | ||
`; |