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:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user