Skip to content

Commit 551a82d

Browse files
committed
Remove describe.only
1 parent b9fa5e5 commit 551a82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ describe("utils", function() {
887887
})
888888
})
889889

890-
describe.only("sanitizeUrl", function() {
890+
describe("sanitizeUrl", function() {
891891
it("should sanitize a `javascript:` url", function() {
892892
const res = sanitizeUrl("javascript:alert('bam!')")
893893

0 commit comments

Comments
 (0)