We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00720a4 commit fd034f3Copy full SHA for fd034f3
1 file changed
crates/vite_global_cli/src/commands/shell.rs
@@ -437,7 +437,6 @@ mod tests {
437
assert_eq!(shell, Shell::PowerShell);
438
}
439
440
-
441
#[test]
442
fn test_detect_shell_vp_shell_fish() {
443
let _guard = vite_shared::EnvConfig::test_guard(vite_shared::EnvConfig {
@@ -447,6 +446,4 @@ mod tests {
447
446
let shell = detect_shell();
448
assert_eq!(shell, Shell::Fish);
449
450
451
452
0 commit comments