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 3dd94f8 commit 1419503Copy full SHA for 1419503
powershell/test.ps1
@@ -12,6 +12,9 @@ $Error.clear()
12
. "$PSScriptRoot\anagrams.ps1" rats |
13
Compare-Object (Get-Content "$PSScriptRoot\..\test\rats_heap_expected") |
14
Assert-MatchTests &&
15
+. "$PSScriptRoot\clockhands_getdate.ps1" |
16
+ Compare-Object (Get-Content "$PSScriptRoot\..\test\clockhands_expected") |
17
+ Assert-MatchTests &&
18
. "$PSScriptRoot\clockhands.ps1" |
19
Compare-Object (Get-Content "$PSScriptRoot\..\test\clockhands_expected") |
20
0 commit comments