diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-03 17:00:57 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 17:00:57 +1000 |
commit | 5f08d634f73fab21c17cc02f3f3bf8e8b531eee8 (patch) | |
tree | e105697d4ecb23cad491a04af878bc44edfa66a1 /tests/testdata/vendor/mod.ts | |
parent | 2533d68cabb5a38be891a9807c452ca802401d46 (diff) |
BREAKING: remove `deno vendor` (#25343)
Diffstat (limited to 'tests/testdata/vendor/mod.ts')
-rw-r--r-- | tests/testdata/vendor/mod.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testdata/vendor/mod.ts b/tests/testdata/vendor/mod.ts deleted file mode 100644 index 8824d1b2a..000000000 --- a/tests/testdata/vendor/mod.ts +++ /dev/null @@ -1 +0,0 @@ -export * from "./logger.ts"; |