1 parent 87ab1fb commit 5f3466dCopy full SHA for 5f3466d
1 file changed
test/Detextive.Tests.ps1
@@ -1,5 +1,5 @@
1
-# Pester tests, see https://github.com/Pester/Pester/wiki
2
-Import-LocalizedData -BindingVariable manifest -BaseDirectory ./src/* -FileName (Split-Path $PWD -Leaf)
+# Pester tests, see https://github.com/Pester/Pester/wiki
+Import-LocalizedData -BindingVariable manifest -BaseDirectory ./src -FileName (Split-Path $PWD -Leaf)
3
$psd1 = Resolve-Path ./src/bin/*/net*/publish/*.psd1
4
if(1 -lt ($psd1 |Measure-Object).Count) {throw "Too many module binaries found: $psd1"}
5
$module = Import-Module "$psd1" -PassThru -vb
0 commit comments