Skip to content

Commit

Permalink
snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Feb 9, 2018
1 parent a87c1c8 commit f99e1cd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/components/card/__snapshots__/card.test.js.snap
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>
`;

0 comments on commit f99e1cd

Please sign in to comment.