mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Add tests
This commit is contained in:
@@ -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>
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user