add regex to base, remove tests from modules

Parse multi set params using regex

Remove tests from each module
This commit is contained in:
Onyx and Iris
2021-05-02 13:34:13 +01:00
parent 2f1508e8f1
commit 63a56c7a72
4 changed files with 5 additions and 71 deletions

View File

@@ -59,17 +59,3 @@ Function Buttons {
}
$button
}
if ($MyInvocation.InvocationName -ne '.')
{
. .\voicemeeter.ps1
try {
$vmr = [Remote]::new('potato')
$vmr.button[0].state = $true
$vmr.button[0].state
$vmr.button[0].state = $false
$vmr.button[0].state
}
finally { $vmr.Logout() }
}