We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e30519 commit b6bb240Copy full SHA for b6bb240
Tests/GitHubBranches.tests.ps1
@@ -15,6 +15,8 @@ param()
15
$moduleRootPath = Split-Path -Path $PSScriptRoot -Parent
16
. (Join-Path -Path $moduleRootPath -ChildPath 'Tests\Common.ps1')
17
18
+Set-StrictMode -Version 1.0
19
+
20
try
21
{
22
Describe 'Getting branches for repository' {
0 commit comments