Skip to content

Commit

Permalink
fix more
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Apr 4, 2024
1 parent 8e6c4d4 commit d28d0e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/turbopack-tests/tests/execution.rs
Expand Up @@ -265,7 +265,8 @@ async fn run_test(prepared_test: Vc<PreparedTest>) -> Result<Vc<RunTestResult>>
let mut import_map = ImportMap::empty();
import_map.insert_wildcard_alias(
"esm-external/",
ImportMapping::External(Some("*".to_string()), ExternalType::EcmaScriptModule).cell(),
ImportMapping::External(Some("*".to_string().into()), ExternalType::EcmaScriptModule)
.cell(),
);

let asset_context: Vc<Box<dyn AssetContext>> = Vc::upcast(ModuleAssetContext::new(
Expand Down

0 comments on commit d28d0e8

Please sign in to comment.