Skip to content

Commit df713b3

Browse files
Wrap Merge-Yaml tests in module-level describe
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 610f129 commit df713b3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/Merge-Yaml.Tests.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ BeforeAll {
128128
}
129129
}
130130

131-
Describe 'Merge-Yaml' {
131+
Describe 'Yaml' {
132+
Describe 'Merge-Yaml' {
132133
Context 'Public contract' {
133134
It 'exposes the documented advanced string merge contract' {
134135
$command = Get-Command -Name Merge-Yaml
@@ -162,6 +163,7 @@ Describe 'Merge-Yaml' {
162163
$help.Synopsis | Should -Not -BeNullOrEmpty
163164
$help.Description.Text | Should -Match 'complete YAML stream'
164165
@($help.Examples.Example).Count | Should -BeGreaterOrEqual 2
166+
}
165167
}
166168

167169
It 'mirrors every parser safety range' -ForEach @(

0 commit comments

Comments
 (0)