mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 06:25:43 +02:00
Another batch of command tests (#4496)
* Add a batch of command tests * More tests
This commit is contained in:
@ -24,8 +24,6 @@ fn generates_55() {
|
||||
assert!(actual.out.contains("55"));
|
||||
}
|
||||
|
||||
// FIXME: jt: needs more work
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn generates_0() {
|
||||
let actual = nu!(
|
||||
|
Reference in New Issue
Block a user