summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/inspector/inspector_test.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/inspector/inspector_test.js')
-rw-r--r--cli/tests/testdata/inspector/inspector_test.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/inspector/inspector_test.js b/cli/tests/testdata/inspector/inspector_test.js
deleted file mode 100644
index 86cd48854..000000000
--- a/cli/tests/testdata/inspector/inspector_test.js
+++ /dev/null
@@ -1,3 +0,0 @@
-Deno.test("basic test", () => {
- console.log("test has finished running");
-});