You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: fix Windows test failures and lint warnings in the added suites
- Shortcuts: clear the destination in BeforeEach so the 'destination absent'
cases are not polluted by the shortcut a previous test left in $TestDrive.
- Stop-AtlasProcess: return a real Process from the Get-Process mock so it binds
to Stop-Process -InputObject (a pscustomobject fails binding and records 0).
- Drop the unused param() blocks from InModuleScope/-Parameters and action mocks
that PSScriptAnalyzer flagged as unused parameters.
0 commit comments