mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
chore(test): move testing utilities to test_util crate (#6360)
This commit is contained in:
parent
a2969ecd27
commit
90c5dcfe79
15 changed files with 435 additions and 512 deletions
|
@ -394,7 +394,7 @@ mod tests {
|
|||
|
||||
#[tokio::test]
|
||||
async fn execute_006_url_imports() {
|
||||
let http_server_guard = crate::test_util::http_server();
|
||||
let http_server_guard = test_util::http_server();
|
||||
let p = std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR"))
|
||||
.parent()
|
||||
.unwrap()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue