mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 19:43:06 +00:00
7 lines
95 B
Rust
7 lines
95 B
Rust
#[cfg(test)]
|
|
mod tests {
|
|
#[test]
|
|
fn it_works() {
|
|
assert_eq!(2 + 2, 4);
|
|
}
|
|
}
|