Skip to content

Commit

Permalink
fixup! Generalize test
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Jun 13, 2018
1 parent 68e5c3c commit 1c2b936
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions url/urlsearchparams-delete.any.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
http://url.spec.whatwg.org/#dom-urlsearchparams-delete
*/
test(function() {
var params = new URLSearchParams('a=b&c=d');
params.delete('a');
Expand Down

0 comments on commit 1c2b936

Please sign in to comment.