Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Sporq
0.4.1
functions/Get-SpqPesterTests.ps1
function
Get-SpqPesterTests
{
$content
=
Get-Content
-Path
"./tests/AppServiceWebsite.Tests.ps1"
return
$content
}