diff --git a/test/test.js b/test/test.js index e039ea1..4f5f477 100644 --- a/test/test.js +++ b/test/test.js @@ -1714,7 +1714,7 @@ describe('sanitizeHtml', function() { const sanitizedHtml = sanitizeHtml(inputHtml, { allowedTags: [], transformTags: { - "div": () => ({text: "new content"}) + div: () => ({ text: 'new content' }) } });