mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -05:00
6 lines
107 B
Rust
6 lines
107 B
Rust
|
#[test]
|
||
|
#[cfg(feature = "dict")]
|
||
|
fn cli_tests() {
|
||
|
trycmd::TestCases::new().case("tests/cmd/*.toml");
|
||
|
}
|