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 9de18e7 commit a3025c7Copy full SHA for a3025c7
1 file changed
tests/Import-Yaml.Tests.ps1
@@ -15,7 +15,8 @@ BeforeAll {
15
. (Join-Path $PSScriptRoot 'TestBootstrap.ps1')
16
}
17
18
-Describe 'Import-Yaml' {
+Describe 'Yaml' {
19
+ Describe 'Import-Yaml' {
20
Context 'Command contract' {
21
It 'declares the Path and LiteralPath parameter sets' {
22
$command = Get-Command -Name Import-Yaml
@@ -38,6 +39,7 @@ Describe 'Import-Yaml' {
38
39
$command.Parameters['LiteralPath'].Aliases | Should -Contain 'PSPath'
40
$command.Parameters['LiteralPath'].Aliases | Should -Contain 'FullName'
41
$command.OutputType.Type | Should -Contain ([object])
42
+ }
43
44
45
It 'provides complete command help' {
0 commit comments