summaryrefslogtreecommitdiff
path: root/tests/testdata/run/custom_inspect_url.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/custom_inspect_url.js')
-rw-r--r--tests/testdata/run/custom_inspect_url.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testdata/run/custom_inspect_url.js b/tests/testdata/run/custom_inspect_url.js
deleted file mode 100644
index 69aa2dc49..000000000
--- a/tests/testdata/run/custom_inspect_url.js
+++ /dev/null
@@ -1,3 +0,0 @@
-console.log([new URL("https://example.com/path")]);
-console.log({ url: new URL("https://example.com/path") });
-console.log({ url: [new URL("https://example.com/path")] });