From 5f08d634f73fab21c17cc02f3f3bf8e8b531eee8 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Tue, 3 Sep 2024 17:00:57 +1000 Subject: BREAKING: remove `deno vendor` (#25343) --- tests/integration/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/integration/mod.rs') 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"] -- cgit v1.2.3