8 lines
129 B
Rust
Raw Permalink Normal View History

2025-06-27 02:33:44 +01:00
use nu_test_support::nu;
#[test]
fn runs_successfully() {
let actual = nu!("debug info");
assert_eq!(actual.err, "");
}