Created
August 21, 2016 13:24
-
-
Save DanielMSchmidt/852fb39336c69a60687da3862cd344d5 to your computer and use it in GitHub Desktop.
The snapshot for the accordion
This file contains hidden or 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
exports[`Accordion renders the additional content on hover 1`] = ` | |
<ul> | |
<li> | |
<h3> | |
Foo | |
</h3> | |
</li> | |
<li> | |
<h3> | |
Bar | |
</h3> | |
<p> | |
Bar content | |
</p> | |
</li> | |
<li> | |
<h3> | |
Baz | |
</h3> | |
</li> | |
</ul> | |
`; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment