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/integration/mod.rs | |
parent | 2533d68cabb5a38be891a9807c452ca802401d46 (diff) |
BREAKING: remove `deno vendor` (#25343)
Diffstat (limited to 'tests/integration/mod.rs')
-rw-r--r-- | tests/integration/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/integration/mod.rs b/tests/integration/mod.rs index ea3269aaa..d12abcde6 100644 --- a/tests/integration/mod.rs +++ b/tests/integration/mod.rs @@ -68,8 +68,6 @@ mod task; mod test; #[path = "upgrade_tests.rs"] mod upgrade; -#[path = "vendor_tests.rs"] -mod vendor; #[path = "watcher_tests.rs"] mod watcher; #[path = "worker_tests.rs"] |