7 lines
124 B
PowerShell
7 lines
124 B
PowerShell
try {
|
|
Push-Location $PSScriptRoot/../../docs/cmdlet-example
|
|
./SendGreeting.Tests.ps1
|
|
} finally {
|
|
Pop-Location
|
|
}
|