diff --git a/crates/oxc_traverse/Cargo.toml b/crates/oxc_traverse/Cargo.toml index ff55057c989fa..00c934402f607 100644 --- a/crates/oxc_traverse/Cargo.toml +++ b/crates/oxc_traverse/Cargo.toml @@ -17,7 +17,7 @@ description.workspace = true workspace = true [lib] -test = false +test = true # Doctests must be enabled for this crate as they are used to run tests # which check the soundness of its code doctest = true