diff --git a/turbopack/crates/turbopack-tests/tests/execution.rs b/turbopack/crates/turbopack-tests/tests/execution.rs index 62d3807cf1d7d4..3b93d43aad66f2 100644 --- a/turbopack/crates/turbopack-tests/tests/execution.rs +++ b/turbopack/crates/turbopack-tests/tests/execution.rs @@ -521,7 +521,7 @@ async fn run_test_operation(prepared_test: ResolvedVc) -> Result Result> { ) .unused_references( options - .remove_unused_exports + .remove_unused_imports .then(|| binding_usage.unwrap()), ) .debug_ids(options.enable_debug_ids) @@ -521,7 +521,7 @@ async fn run_test_operation(resource: RcStr) -> Result> { ) .unused_references( options - .remove_unused_exports + .remove_unused_imports .then(|| binding_usage.unwrap()), ) .debug_ids(options.enable_debug_ids)