summaryrefslogtreecommitdiff
path: root/cli/test_runner.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/test_runner.rs')
-rw-r--r--cli/test_runner.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/test_runner.rs b/cli/test_runner.rs
index 7b5366852..1e91d1c30 100644
--- a/cli/test_runner.rs
+++ b/cli/test_runner.rs
@@ -3,6 +3,7 @@
use crate::fs as deno_fs;
use crate::installer::is_remote_url;
use deno_core::error::AnyError;
+use deno_core::serde_json::json;
use deno_core::url::Url;
use std::path::Path;
use std::path::PathBuf;