Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
boutell committed Dec 18, 2024
1 parent 4ae37d9 commit 1a11f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1714,7 +1714,7 @@ describe('sanitizeHtml', function() {
const sanitizedHtml = sanitizeHtml(inputHtml, {
allowedTags: [],
transformTags: {
"div": () => ({text: "new content"})
div: () => ({ text: 'new content' })
}
});

Expand Down

0 comments on commit 1a11f7c

Please sign in to comment.