typos/crates/typos-cli/tests/cli_tests.rs

6 lines
107 B
Rust
Raw Normal View History

2021-11-08 12:20:27 -05:00
#[test]
#[cfg(feature = "dict")]
fn cli_tests() {
trycmd::TestCases::new().case("tests/cmd/*.toml");
}