forked from extern/nushell
8bcbc8eeb3
* Move nu-path tests to integration tests To prevent circular dependency between nu-path and nu-test-support crates. * Fmt
6 lines
65 B
Rust
6 lines
65 B
Rust
extern crate nu_test_support;
|
|
|
|
mod path;
|
|
mod plugins;
|
|
mod shell;
|