Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkirsz committed Jul 10, 2023
1 parent 481de74 commit d2da80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turbopack-tests/tests/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ async fn run_test(resource: &str) -> Result<RunTestResultVc> {
CommandLineProcessEnvVc::new().into(),
test_asset.ident(),
context,
chunking_context,
chunking_context.into(),
Some(EvaluatableAssetsVc::many(vec![
EvaluatableAssetVc::from_asset(jest_runtime_asset.into(), context),
EvaluatableAssetVc::from_asset(test_asset.into(), context),
Expand Down

0 comments on commit d2da80f

Please sign in to comment.