mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 05:10:48 +00:00
set default kind for pre-commit
alter dot source for pre-commit
This commit is contained in:
parent
6ef6da5cc1
commit
688a67151b
@ -1,5 +1,5 @@
|
||||
BeforeAll {
|
||||
. ..\lib\base.ps1
|
||||
. .\lib\base.ps1
|
||||
}
|
||||
|
||||
Describe -Tag 'lower', -TestName 'All Lower Tests' {
|
||||
|
@ -1,5 +1,5 @@
|
||||
Param([String]$tag, [Int]$num=1, [switch]$log, [string]$kind)
|
||||
Import-Module ..\lib\Voicemeeter.psm1
|
||||
Param([String]$tag, [Int]$num=1, [switch]$log, [string]$kind="potato")
|
||||
Import-Module .\lib\Voicemeeter.psm1
|
||||
|
||||
Function ParseLog {
|
||||
Param([String]$logfile)
|
||||
|
Loading…
Reference in New Issue
Block a user