mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Re-enable some good tests, remove some bad tests (#7875)
I tackled some of the disabled `FIXME`/`#[ignore]` tests. Most were straightforward to re-enable, and a few of them did not deserve to be re-enabled. --------- Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
This commit is contained in:
@ -82,8 +82,6 @@ fn with_env_hides_variables_in_parent_scope() {
|
||||
assert_eq!(actual.out, "11");
|
||||
}
|
||||
|
||||
// FIXME: jt: needs more work
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn with_env_shorthand_can_not_hide_variables() {
|
||||
let actual = nu!(
|
||||
|
Reference in New Issue
Block a user