Skip to content

Commit

Permalink
markdown.tests.ps1 style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xtqqczze committed May 7, 2020
1 parent fe78b2c commit adb84a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/common/markdown/markdown.tests.ps1
Expand Up @@ -5,7 +5,7 @@ Import-Module HelpersCommon
$moduleRootFilePath = Split-Path -Path $PSScriptRoot -Parent

# Identify the repository root path of the resource module
$repoRootPath = (Resolve-Path -LiteralPath (Join-path $moduleRootFilePath "../..")).ProviderPath
$repoRootPath = (Resolve-Path -LiteralPath (Join-Path $moduleRootFilePath "../..")).ProviderPath
$repoRootPathFound = $false

Describe 'Common Tests - Validate Markdown Files' -Tag 'CI' {
Expand Down Expand Up @@ -48,8 +48,8 @@ Describe 'Common Tests - Validate Markdown Files' -Tag 'CI' {
Pop-Location
}

It "Should not have errors in any markdown files" -skip:$skip {
$NpmInstalled | should BeExactly "Installed"
It "Should not have errors in any markdown files" -Skip:$skip {
$NpmInstalled | Should -BeExactly "Installed"
$mdErrors = 0
Push-Location -Path $PSScriptRoot
try
Expand Down

0 comments on commit adb84a0

Please sign in to comment.