mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
Move nu-path tests to integration tests (#4015)
* Move nu-path tests to integration tests To prevent circular dependency between nu-path and nu-test-support crates. * Fmt
This commit is contained in:
2
tests/path/mod.rs
Normal file
2
tests/path/mod.rs
Normal file
@ -0,0 +1,2 @@
|
||||
mod canonicalize;
|
||||
mod expand_path;
|
Reference in New Issue
Block a user