2020-03-04 21:01:23 +00:00
|
|
|
#[cfg(test)]
|
|
|
|
mod tests {
|
|
|
|
#[test]
|
|
|
|
fn it_works() {
|
2020-03-19 12:19:50 +00:00
|
|
|
//let _x = navi::handle_config(navi::config_from_iter(
|
|
|
|
//"navi best trivial".split(' ').collect(),
|
|
|
|
//));
|
|
|
|
// assert_eq!(x, 3);
|
2020-03-04 21:01:23 +00:00
|
|
|
}
|
|
|
|
}
|