Commit 6b0ae34
chore(vite_pm_cli): enable lib tests by removing stale
## Summary
- `crates/vite_pm_cli/src/cli.rs` contains real unit tests
(`#[cfg(test)] mod tests` with `#[test]` cases around line 1146), but
`Cargo.toml` had `[lib] test = false`, which silently excluded them from
`cargo test`.
- `cargo shear --fix` (invoked via `just fmt`) flagged and removed the
obsolete `test = false` line so the existing tests are picked up.
Co-authored-by: MK (fengmk2) <fengmk2@gmail.com>test = false (#1661)1 parent 9168712 commit 6b0ae34
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
0 commit comments