Skip to content

Commit

Permalink
Set
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Aug 18, 2024
1 parent 9112ccf commit 347e061
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/tests/PSModuleTest.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ Describe 'PSModuleTest.Tests.ps1' {
}
}

Context 'Function: Set-PSModuleTest' {
It 'Should be able to call the function' {
Write-Verbose (Set-PSModuleTest | Out-String) -Verbose
Set-PSModuleTest | Should -Be 'Hello, World!'
}
}

Context 'Variables' {
It "Exports a variable for SolarSystems that contains 'Solar System'" {
Write-Verbose ($SolarSystems | Out-String) -Verbose
Expand Down

0 comments on commit 347e061

Please sign in to comment.