summaryrefslogtreecommitdiff
path: root/cli/tests/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r--cli/tests/testdata/lsp/import-map-completions.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/tests/testdata/lsp/import-map-completions.json b/cli/tests/testdata/lsp/import-map-completions.json
new file mode 100644
index 000000000..f2275222a
--- /dev/null
+++ b/cli/tests/testdata/lsp/import-map-completions.json
@@ -0,0 +1,7 @@
+{
+ "imports": {
+ "/~/": "./lib/",
+ "fs": "https://example.com/fs/index.js",
+ "std/": "https://example.com/std@0.123.0/"
+ }
+}