We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399f54e commit 7e5ec7eCopy full SHA for 7e5ec7e
1 file changed
crates/vite_shared/src/home.rs
@@ -108,8 +108,8 @@ mod tests {
108
109
// Clear any existing VITE_PLUS_HOME env var by using a test config without it
110
EnvConfig::test_scope(EnvConfig::for_test(), || {
111
- // Test: get_vite_plus_home should return /tmp/xxx/.vite-plus
112
- let home = get_vite_plus_home().unwrap();
+ // Test: get_vp_home should return /tmp/xxx/.vite-plus
+ let home = get_vp_home().unwrap();
113
assert_eq!(home.as_path(), vite_plus_home.as_path());
114
});
115
0 commit comments