Skip to content

Commit

Permalink
better test name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstinalin committed Jan 15, 2025
1 parent f94c596 commit 8c65746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/blog-utils/TestStaticAddonCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe(__filename, () => {
).toBeInTheDocument();
});

it('sanitizes the summary', () => {
it('renders html as plaintext', () => {
const plainText = '<script>alert(document.cookie);</script>';
const scriptHTML = createLocalizedString(plainText);

Expand Down

0 comments on commit 8c65746

Please sign in to comment.