2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-22 18:05:21 +00:00
nushell/tests/path/mod.rs
Jakub Žádník 8bcbc8eeb3
Move nu-path tests to integration tests ()
* 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

2 lines
35 B
Rust

mod canonicalize;
mod expand_path;