Skip to content

Commit

Permalink
increase coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <adam.setch@outlook.com>
  • Loading branch information
setchy committed Aug 9, 2024
1 parent 0659fe3 commit 5835ab4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 80 deletions.
1 change: 0 additions & 1 deletion src/components/icons/Emoji.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ describe('components/icons/Emoji.tsx', () => {

expect(tree.baseElement.innerHTML).not.toContain('https://'); // Offline emojis should not have an online URL
expect(offlineEmojis.length).toEqual(1); // Ensure all NETWORK error emojis are configured for offline use - future proofing
expect(tree).toMatchSnapshot();
});
});
79 changes: 0 additions & 79 deletions src/components/icons/__snapshots__/Emoji.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5835ab4

Please sign in to comment.