nushell/tests/path/mod.rs
Jakub Žádník 8bcbc8eeb3
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
2021-09-16 07:11:28 +12:00

3 lines
35 B
Rust

mod canonicalize;
mod expand_path;