Skip to content

Commit 5f3466d

Browse files
committed
✅ Fix test setup
1 parent 87ab1fb commit 5f3466d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/Detextive.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
1+
# Pester tests, see https://github.com/Pester/Pester/wiki
2+
Import-LocalizedData -BindingVariable manifest -BaseDirectory ./src -FileName (Split-Path $PWD -Leaf)
33
$psd1 = Resolve-Path ./src/bin/*/net*/publish/*.psd1
44
if(1 -lt ($psd1 |Measure-Object).Count) {throw "Too many module binaries found: $psd1"}
55
$module = Import-Module "$psd1" -PassThru -vb

0 commit comments

Comments
 (0)