diff options
Diffstat (limited to 'cli/tests/importmaps/lodash')
-rw-r--r-- | cli/tests/importmaps/lodash/lodash.ts | 1 | ||||
-rw-r--r-- | cli/tests/importmaps/lodash/other_file.ts | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/importmaps/lodash/lodash.ts b/cli/tests/importmaps/lodash/lodash.ts deleted file mode 100644 index 2ec04ed3c..000000000 --- a/cli/tests/importmaps/lodash/lodash.ts +++ /dev/null @@ -1 +0,0 @@ -console.log("Hello from remapped lodash!"); diff --git a/cli/tests/importmaps/lodash/other_file.ts b/cli/tests/importmaps/lodash/other_file.ts deleted file mode 100644 index 714adae3f..000000000 --- a/cli/tests/importmaps/lodash/other_file.ts +++ /dev/null @@ -1 +0,0 @@ -console.log("Hello from remapped lodash dir!"); |