mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
test(traverse): enable tests for oxc_traverse crate (#5625)
Tests were disabled for some reason.
This commit is contained in:
parent
afea8d5dea
commit
2e367c999d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue