summaryrefslogtreecommitdiff
path: root/cli/tools/test.rs
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2023-04-03 21:05:39 +0900
committerGitHub <noreply@github.com>2023-04-03 21:05:39 +0900
commit6d68392f8ae1b29626af8edc1666a889b69470a9 (patch)
tree258de97032ff34e71306d48842a2b812c003fd88 /cli/tools/test.rs
parent3cd7abf73fa104526508984daef54bbb8e120310 (diff)
Revert "fix(cli): don't store blob and data urls in the module cache (#18261)" (#18572)
This reverts commit b4c61c146a50dea0c4a53d8d505a4308ea7da279. cc @nayeemrmn
Diffstat (limited to 'cli/tools/test.rs')
-rw-r--r--cli/tools/test.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tools/test.rs b/cli/tools/test.rs
index 02d91e2a4..28364050e 100644
--- a/cli/tools/test.rs
+++ b/cli/tools/test.rs
@@ -1000,6 +1000,7 @@ fn extract_files_from_regex_blocks(
.unwrap_or(file_specifier);
Some(File {
+ local: file_specifier.to_file_path().unwrap(),
maybe_types: None,
media_type: file_media_type,
source: file_source.into(),