mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 13:48:55 +00:00
chore(cli): the oxc_cli binary has no unit tests
This commit is contained in:
parent
5b652fe1db
commit
d0c4100ca8
1 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,11 @@ workspace = true
|
|||
[lib]
|
||||
doctest = false
|
||||
|
||||
[[bin]]
|
||||
name = "oxc_cli"
|
||||
path = "src/main.rs"
|
||||
test = false
|
||||
|
||||
[[bin]]
|
||||
name = "oxlint"
|
||||
path = "src/lint/main.rs"
|
||||
|
|
|
|||
Loading…
Reference in a new issue