mirror of
https://github.com/nushell/nushell
synced 2025-01-05 17:58:57 +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);
|
|
}
|
|
}
|