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