mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
test(transformer): enable tests (#6032)
`oxc_transformer` crate has some tests, but they were disabled.
This commit is contained in:
parent
fe696f0dec
commit
a4cec7585e
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ description.workspace = true
|
|||
workspace = true
|
||||
|
||||
[lib]
|
||||
test = false
|
||||
test = true
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
Loading…
Reference in a new issue