summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/tsc2/file_libref.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/tsc2/file_libref.ts')
-rw-r--r--cli/tests/testdata/tsc2/file_libref.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/cli/tests/testdata/tsc2/file_libref.ts b/cli/tests/testdata/tsc2/file_libref.ts
deleted file mode 100644
index 6f37da139..000000000
--- a/cli/tests/testdata/tsc2/file_libref.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-// deno-lint-ignore-file
-/// <reference no-default-lib="true"/>
-/// <reference lib="dom" />
-/// <reference lib="deno.ns" />
-
-export const div = document.createElement("div");
-div.innerHTML = `<span>Hello World!</span>`;
-console.log(Deno.args);