From 2f3e7a65ed64356e89b6d1bd36f757794f200397 Mon Sep 17 00:00:00 2001 From: Rohit Paul <113459757+RohitPaul0007@users.noreply.github.com> Date: Sun, 27 Aug 2023 14:13:15 +0530 Subject: [PATCH] Update urls.js --- test/urls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/urls.js b/test/urls.js index 0dd0e84..ad6f5e4 100644 --- a/test/urls.js +++ b/test/urls.js @@ -1,5 +1,5 @@ /*jshint unused:false, scripturl:true */ -var urls = [{ +let urls = [{ name: 'scheme and domain', url: 'http://www.example.org', _url: 'http://www.example.org/',