diff options
Diffstat (limited to 'cli/tests/testdata/module_graph/https_deno.land-x-import_map.ts')
-rw-r--r-- | cli/tests/testdata/module_graph/https_deno.land-x-import_map.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tests/testdata/module_graph/https_deno.land-x-import_map.ts b/cli/tests/testdata/module_graph/https_deno.land-x-import_map.ts deleted file mode 100644 index e285d863a..000000000 --- a/cli/tests/testdata/module_graph/https_deno.land-x-import_map.ts +++ /dev/null @@ -1,4 +0,0 @@ -import * as $ from "jquery"; -import * as _ from "lodash"; - -console.log($, _); |