Browse Source

Remove describe.only

bubble
Kyle Shockey 6 years ago
parent
commit
551a82d120
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/core/utils.js

+ 1
- 1
test/core/utils.js View File

@@ -887,7 +887,7 @@ describe("utils", function() {
}) })
}) })


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




Loading…
Cancel
Save