Skip to content

Commit

Permalink
test: attempted to fix ALLOWED_NAMESPACES tests for IE/Edge v2
Browse files Browse the repository at this point in the history
  • Loading branch information
cure53 committed Nov 10, 2022
1 parent 48d009c commit 4712fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-suite.js
Expand Up @@ -1891,7 +1891,7 @@
},
];
tests.forEach(function (test) {
assert.equal(DOMPurify.sanitize(test.test, test.config), test.expected);
assert.contains(DOMPurify.sanitize(test.test, test.config), test.expected);
});
});
QUnit.test('Config-Flag tests: PARSER_MEDIA_TYPE', function (assert) {
Expand Down

0 comments on commit 4712fa3

Please sign in to comment.