diff options
Diffstat (limited to 'tests/integration/vendor_tests.rs')
-rw-r--r-- | tests/integration/vendor_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/vendor_tests.rs b/tests/integration/vendor_tests.rs index c38fb653a..ab1119fe8 100644 --- a/tests/integration/vendor_tests.rs +++ b/tests/integration/vendor_tests.rs @@ -6,6 +6,7 @@ use pretty_assertions::assert_eq; use std::fmt::Write as _; use std::path::PathBuf; use test_util as util; +use test_util::itest; use test_util::TempDir; use util::http_server; use util::new_deno_dir; |