We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c84e2e commit fe43e52Copy full SHA for fe43e52
1 file changed
crates/vite_global_cli/src/commands/env/config.rs
@@ -1154,7 +1154,7 @@ mod tests {
1154
let temp_path = AbsolutePathBuf::new(temp_dir.path().to_path_buf()).unwrap();
1155
let _guard = vite_shared::EnvConfig::test_guard(vite_shared::EnvConfig {
1156
node_version: Some("22.0.0".into()),
1157
- ..vite_shared::EnvConfig::for_test_with_home(temp_dir.path()),
+ ..vite_shared::EnvConfig::for_test_with_home(temp_dir.path())
1158
});
1159
1160
// Create .node-version file
0 commit comments