mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 13:33:31 +00:00
update tests
pester tests pass for all kinds - cast device.sr to int
This commit is contained in:
@@ -21,6 +21,7 @@ function main() {
|
||||
|
||||
# skip conditions by kind
|
||||
$ifBasic = $vmr.kind.name -eq 'basic'
|
||||
$ifNotBasic = $vmr.kind.name -ne 'basic'
|
||||
$ifNotPotato = $vmr.kind.name -ne 'potato'
|
||||
|
||||
Invoke-Pester -Tag $tag -PassThru | Out-Null
|
||||
|
||||
Reference in New Issue
Block a user