diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-09-02 17:38:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-02 17:38:19 +0200 |
commit | c84532b6d5a424694c519260f0cf407b1d8ba604 (patch) | |
tree | b0cd78f2f851ceb8b8b92fc146e8e5d29b263505 /cli/tools/test.rs | |
parent | 77ead8af20180453aa2d0db67d7856641bd5498f (diff) |
chore: upgrade crates (#11894)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'cli/tools/test.rs')
-rw-r--r-- | cli/tools/test.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tools/test.rs b/cli/tools/test.rs index 8111293b4..90293173b 100644 --- a/cli/tools/test.rs +++ b/cli/tools/test.rs @@ -262,6 +262,7 @@ async fn test_specifier( media_type: MediaType::JavaScript, source: test_source.clone(), specifier: test_specifier.clone(), + maybe_headers: None, }; program_state.file_fetcher.insert_cached(test_file); @@ -381,6 +382,7 @@ fn extract_files_from_regex_blocks( media_type: file_media_type, source: file_source, specifier: file_specifier, + maybe_headers: None, }) }) .collect(); |