Add watch run unit test

This commit is contained in:
thePR0M3TH3AN
2025-05-20 15:18:49 -04:00
parent 121394cb4b
commit daeec03a60
5 changed files with 57 additions and 1 deletions

View File

@@ -22,12 +22,15 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }
walkdir = "2.5"
serde_json = { version = "1", optional = true }
once_cell = "1"
[dev-dependencies]
assert_cmd = "2"
predicates = "3"
tempfile = "3"
dirs = "5"
once_cell = "1"
libc = "0.2"
[features]
# Enable JSON output with `--features json`