Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bimlas committed Apr 26, 2018
1 parent 24b004b commit c4ec69a
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions tests/components/__snapshots__/TagListItem.snapshot.test.js.snap
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`TagListItem renders correctly 1`] = `
<button
className="tagList-item"
onClick={[Function]}
<div
className="tagList-itemContainer"
>
<span
className="tagList-item-name"
<div
className="tagList-itemNarrow"
/>
<button
className="tagList-item"
onClick={[Function]}
>
# Test
<span
className="tagList-item-count"
className="tagList-item-name"
>
# Test
<span
className="tagList-item-count"
>
</span>
</span>
</span>
</button>
</button>
</div>
`;

0 comments on commit c4ec69a

Please sign in to comment.