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