We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd034f3 commit 7a3ed1cCopy full SHA for 7a3ed1c
2 files changed
crates/vite_global_cli/src/commands/env/use.rs
@@ -210,7 +210,6 @@ mod tests {
210
assert_eq!(shell, Shell::NuShell);
211
}
212
213
-
214
#[test]
215
fn test_format_export_posix() {
216
let result = format_export(&Shell::Posix, "20.18.0");
packages/cli/snap-tests-global/command-env-use-shells/steps.json
@@ -15,4 +15,4 @@
15
"VP_SHELL=POWERSHELL vp env use 20.18.0 --no-install # should detect case-insensitive powershell",
16
"VP_SHELL=invalid vp env use 20.18.0 --no-install # should fallback to platform default"
17
]
18
-}
+}
0 commit comments