nushell/crates/nu-command/tests
Antoine Stevan 53cd4df806
simplify the nu! tests for last and first commands (#9608)
# Description
in most of the tests for `last` and `first`, we do not need to
- give `cwd` to `nu!`
- use pipeline as the tests are all short pipes
- use `r#" ... "#` as the pipes never contain quotes

this PR removes all these points from the tests for the `last` and
`first` commands.
2023-07-05 12:30:53 +02:00
..
commands simplify the nu! tests for last and first commands (#9608) 2023-07-05 12:30:53 +02:00
format_conversions Parameter defaults to $nu.scope.commands (#9152) 2023-05-11 13:59:56 -05:00
main.rs Break up interdependencies of command crates (#9429) 2023-06-14 23:12:55 +02:00