Remove describe.only

This commit is contained in:
Kyle Shockey
2017-10-30 18:00:59 -07:00
parent b9fa5e5bb2
commit 551a82d120

View File

@@ -887,7 +887,7 @@ describe("utils", function() {
})
})
describe.only("sanitizeUrl", function() {
describe("sanitizeUrl", function() {
it("should sanitize a `javascript:` url", function() {
const res = sanitizeUrl("javascript:alert('bam!')")