nushell/tests/main.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

6 lines
65 B
Rust

extern crate nu_test_support;
mod path;
mod plugins;
mod shell;