mirror of
https://github.com/nushell/nushell
synced 2025-01-16 07:04:09 +00:00
cc1b784e3d
* Add initial nu-test-support port * finish changing binary name * Oops, these aren't Windows-safe tests
5 lines
65 B
Rust
5 lines
65 B
Rust
extern crate nu_test_support;
|
|
|
|
mod path;
|
|
mod plugins;
|
|
mod shell;
|