nushell/crates/nu-cli/tests/support/mod.rs
Herlon Aguiar 1d64863585
nu-cli/completions: add variable completions test + refactor tests (#5504)
* refactor tests

* removed old test file
2022-05-10 15:17:07 -05:00

4 lines
106 B
Rust

pub mod completions_helpers;
pub use completions_helpers::{file, folder, match_suggestions, new_engine};