test(traverse): enable tests for oxc_traverse crate (#5625)

Tests were disabled for some reason.
This commit is contained in:
overlookmotel 2024-09-09 00:18:44 +00:00
parent afea8d5dea
commit 2e367c999d

View file

@ -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