nushell/crates/nu-command/src/lib.rs

8 lines
95 B
Rust
Raw Normal View History

2021-09-02 03:29:43 +02:00
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}