Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 706f32a

Browse files
committed
add tracing to determine test failure in AzPipelines
1 parent 31522e8 commit 706f32a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/CompareText.tests.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ example text. used!
4848

4949
It 'Compare with sideybyside works' {
5050
$out = Compare-Text $leftText $rightText -View SideBySide | Out-String
51+
write-verbose -verbose "Width: $([Console]::WindowWidth)"
5152
$out | Should -BeExactly $expectedSideBySide
5253
}
5354
}

0 commit comments

Comments
 (0)