Skip to content

Instantly share code, notes, and snippets.

@DanielMSchmidt
Created August 21, 2016 13:24
Show Gist options
  • Save DanielMSchmidt/852fb39336c69a60687da3862cd344d5 to your computer and use it in GitHub Desktop.
Save DanielMSchmidt/852fb39336c69a60687da3862cd344d5 to your computer and use it in GitHub Desktop.
The snapshot for the accordion
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