navi/tests/tests.rs
2020-03-19 09:19:50 -03:00

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);
}
}