1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-23 21:35:06 +00:00

test(windows): cover versioned install flow

This commit is contained in:
Tw93
2026-03-22 14:49:21 +08:00
parent 16c3ea9867
commit f50d1227ee
4 changed files with 63 additions and 1 deletions

View File

@@ -107,6 +107,12 @@ Describe "Developer Tools Cleanup Module" {
Get-Command Clear-GoCaches -ErrorAction SilentlyContinue | Should -Not -BeNullOrEmpty
}
}
Context "mise Cleanup" {
It "Should have mise cache cleanup function" {
Get-Command Clear-MiseCache -ErrorAction SilentlyContinue | Should -Not -BeNullOrEmpty
}
}
Context "Rust Cleanup" {
It "Should have Rust cache cleanup function" {