-
Notifications
You must be signed in to change notification settings - Fork 12
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
1 parent
a7b4678
commit f15d759
Showing
3 changed files
with
20 additions
and
22 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
38 changes: 18 additions & 20 deletions
38
...reate-ima-app/template/common/app/component/card/__tests__/__snapshots__/CardSpec.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 |
---|---|---|
@@ -1,26 +1,24 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Card can render 1`] = ` | ||
<div> | ||
<div | ||
class="card" | ||
<div | ||
class="card" | ||
> | ||
<a | ||
class="card-title" | ||
href="https://www.seznam.cz" | ||
rel="noreferrer" | ||
target="_blank" | ||
> | ||
<a | ||
class="card-title" | ||
href="https://www.seznam.cz" | ||
rel="noreferrer" | ||
target="_blank" | ||
> | ||
<h3> | ||
Test card | ||
» | ||
</h3> | ||
</a> | ||
<p | ||
class="card-content" | ||
> | ||
Some content of the card. | ||
</p> | ||
</div> | ||
<h3> | ||
Test card | ||
» | ||
</h3> | ||
</a> | ||
<p | ||
class="card-content" | ||
> | ||
Some content of the card. | ||
</p> | ||
</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