1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Add tests

This commit is contained in:
bimlas
2018-04-11 15:00:45 +02:00
parent 24b004bb2d
commit c4ec69a43f

View File

@@ -1,19 +1,26 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP // Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`TagListItem renders correctly 1`] = ` exports[`TagListItem renders correctly 1`] = `
<button <div
className="tagList-item" className="tagList-itemContainer"
onClick={[Function]}
> >
<span <div
className="tagList-item-name" className="tagList-itemNarrow"
/>
<button
className="tagList-item"
onClick={[Function]}
> >
# Test
<span <span
className="tagList-item-count" className="tagList-item-name"
> >
# Test
<span
className="tagList-item-count"
>
</span>
</span> </span>
</span> </button>
</button> </div>
`; `;