mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 17:25:15 +02:00
Change NU_LIB_DIRS
not to depend on $nu.config-path
(#8887)
This commit is contained in:
@ -524,11 +524,12 @@ fn variables_completions() {
|
||||
// Test completions for $nu
|
||||
let suggestions = completer.complete("$nu.", 4);
|
||||
|
||||
assert_eq!(13, suggestions.len());
|
||||
assert_eq!(14, suggestions.len());
|
||||
|
||||
let expected: Vec<String> = vec![
|
||||
"config-path".into(),
|
||||
"current-exe".into(),
|
||||
"default-config-dir".into(),
|
||||
"env-path".into(),
|
||||
"history-path".into(),
|
||||
"home-path".into(),
|
||||
|
Reference in New Issue
Block a user