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
This commit is contained in:
@@ -18,6 +18,9 @@ function main() {
|
||||
$vban_out = $vmr.kind.vban_out - 1
|
||||
$insert = $vmr.kind.insert - 1
|
||||
$composite = $vmr.kind.composite - 1
|
||||
$strip_ch = $vmr.kind.strip_ch - 1
|
||||
$bus_ch = $vmr.kind.bus_ch - 1
|
||||
$cells = $vmr.kind.cells - 1
|
||||
|
||||
# skip conditions by kind
|
||||
$ifBasic = $vmr.kind.name -eq 'basic'
|
||||
|
||||
Reference in New Issue
Block a user