From 2e367c999ddf2deeb24d1e2a20819694af65e1d3 Mon Sep 17 00:00:00 2001 From: overlookmotel <557937+overlookmotel@users.noreply.github.com> Date: Mon, 9 Sep 2024 00:18:44 +0000 Subject: [PATCH] test(traverse): enable tests for `oxc_traverse` crate (#5625) Tests were disabled for some reason. --- crates/oxc_traverse/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/oxc_traverse/Cargo.toml b/crates/oxc_traverse/Cargo.toml index ff55057c9..00c934402 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