mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
8bcbc8eeb3
* Move nu-path tests to integration tests To prevent circular dependency between nu-path and nu-test-support crates. * Fmt
5 lines
65 B
Rust
5 lines
65 B
Rust
extern crate nu_test_support;
|
|
|
|
mod path;
|
|
mod plugins;
|
|
mod shell;
|