forked from extern/nushell
test(path self): Add tests (#14607)
# Description Add tests for `path self`. I wasn't very familiar with the code base, especially the testing utilities, when I first implemented `path self`. It's been on my mind to add tests for it since then.
This commit is contained in:
@ -4,6 +4,7 @@ mod exists;
|
||||
mod expand;
|
||||
mod join;
|
||||
mod parse;
|
||||
mod self_;
|
||||
mod split;
|
||||
mod type_;
|
||||
|
||||
|
Reference in New Issue
Block a user