mirror of
https://github.com/denisidoro/navi
synced 2024-11-10 14:04:17 +00:00
10 lines
223 B
Rust
10 lines
223 B
Rust
#[cfg(test)]
|
|
mod tests {
|
|
#[test]
|
|
fn it_works() {
|
|
//let _x = navi::handle_config(navi::config_from_iter(
|
|
//"navi best trivial".split(' ').collect(),
|
|
//));
|
|
// assert_eq!(x, 3);
|
|
}
|
|
}
|