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,6 +1,12 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP // Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`TagListItem renders correctly 1`] = ` exports[`TagListItem renders correctly 1`] = `
<div
className="tagList-itemContainer"
>
<div
className="tagList-itemNarrow"
/>
<button <button
className="tagList-item" className="tagList-item"
onClick={[Function]} onClick={[Function]}
@@ -16,4 +22,5 @@ exports[`TagListItem renders correctly 1`] = `
</span> </span>
</span> </span>
</button> </button>
</div>
`; `;