diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-02-16 13:14:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-16 13:14:19 -0500 |
| commit | b98afb59ae43b4fcfc2bf06e82942005d7f68c7b (patch) | |
| tree | ba56c8fc5b287f19892c1f584bd5c65992b766fb /cli/tests/integration/mod.rs | |
| parent | 02c95d367e94f55f525646c2759558f52a493c69 (diff) | |
feat: deno vendor (#13670)
Diffstat (limited to 'cli/tests/integration/mod.rs')
| -rw-r--r-- | cli/tests/integration/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/integration/mod.rs b/cli/tests/integration/mod.rs index cc6770472..2a1e69bd1 100644 --- a/cli/tests/integration/mod.rs +++ b/cli/tests/integration/mod.rs @@ -84,6 +84,8 @@ mod run; mod test; #[path = "upgrade_tests.rs"] mod upgrade; +#[path = "vendor_tests.rs"] +mod vendor; #[path = "watcher_tests.rs"] mod watcher; #[path = "worker_tests.rs"] |
