summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp/a.d.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-03-08 18:15:20 -0500
committerGitHub <noreply@github.com>2023-03-08 23:15:20 +0000
commit25d98ca289af64f85759fe10c8808afbfb7011e3 (patch)
tree79f0126791ae317b030696b7c507dee6420a660e /cli/tests/testdata/lsp/a.d.ts
parentf2e5e01832a40eb71be82f1b46304c56aa2e8dba (diff)
refactor(lsp): improve test client initialization (#18015)
Diffstat (limited to 'cli/tests/testdata/lsp/a.d.ts')
-rw-r--r--cli/tests/testdata/lsp/a.d.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/testdata/lsp/a.d.ts b/cli/tests/testdata/lsp/a.d.ts
deleted file mode 100644
index 536a6d0a6..000000000
--- a/cli/tests/testdata/lsp/a.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-// deno-lint-ignore-file no-var
-declare var a: string;