Skip to content

Commit

Permalink
Generalized Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mariestaver committed Jun 13, 2018
1 parent 1c2b936 commit a325a29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
4 changes: 4 additions & 0 deletions url/url-tojson.any.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
test(() => {
const a = new URL('https://example.com/');
assert_equals(JSON.stringify(a), '"https://example.com/"');
});
12 changes: 0 additions & 12 deletions url/url-tojson.html

This file was deleted.

0 comments on commit a325a29

Please sign in to comment.