mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-16 08:11:48 -06:00
PowerShell - hello-world
This commit is contained in:
9
powershell/hello-world/HelloWorld.tests.ps1
Normal file
9
powershell/hello-world/HelloWorld.tests.ps1
Normal file
@@ -0,0 +1,9 @@
|
||||
BeforeAll {
|
||||
. ".\HelloWorld.ps1"
|
||||
}
|
||||
|
||||
Describe "HelloWorldTest" {
|
||||
It "Outputs: 'Hello, World!'" {
|
||||
Get-HelloWorld | Should -Be 'Hello, World!'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user