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