1test(() => { 2 const a = new URL("https://example.com/") 3 assert_equals(JSON.stringify(a), "\"https://example.com/\"") 4}) 5
1test(() => { 2 const a = new URL("https://example.com/") 3 assert_equals(JSON.stringify(a), "\"https://example.com/\"") 4}) 5