Skip to content

Commit 7a3ed1c

Browse files
committed
lint
1 parent fd034f3 commit 7a3ed1c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

  • crates/vite_global_cli/src/commands/env
  • packages/cli/snap-tests-global/command-env-use-shells

crates/vite_global_cli/src/commands/env/use.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ mod tests {
210210
assert_eq!(shell, Shell::NuShell);
211211
}
212212

213-
214213
#[test]
215214
fn test_format_export_posix() {
216215
let result = format_export(&Shell::Posix, "20.18.0");

packages/cli/snap-tests-global/command-env-use-shells/steps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"VP_SHELL=POWERSHELL vp env use 20.18.0 --no-install # should detect case-insensitive powershell",
1616
"VP_SHELL=invalid vp env use 20.18.0 --no-install # should fallback to platform default"
1717
]
18-
}
18+
}

0 commit comments

Comments
 (0)