diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2a6f3bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +**/*.psd1 +**/*.psm1 diff --git a/test/runall.ps1 b/test/runall.ps1 index bab4b68..edd025a 100644 --- a/test/runall.ps1 +++ b/test/runall.ps1 @@ -1,11 +1,8 @@ -Param( - [String]$tag, [Int]$num=1 -) +Param([String]$tag, [Int]$num=1) try { . ..\lib\voicemeeter.ps1 - $vmr = [Remote]::new('potato') 1..$num | ForEach-Object {