We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7a667 commit f203c62Copy full SHA for f203c62
1 file changed
crates/vite_global_cli/src/commands/env/setup.rs
@@ -862,7 +862,7 @@ mod tests {
862
"env.fish file should contain completion for fish"
863
);
864
assert!(
865
- ps1_content.contains("COMPLETE"),
+ ps1_content.contains("VP_COMPLETE = \"powershell\""),
866
"env.ps1 file should contain completion for PowerShell"
867
868
}
0 commit comments