add additional tests
This commit is contained in:
parent
b8e20f5607
commit
8ea6dc2a2d
@ -43,6 +43,9 @@ Describe 'Update-ModuleMeta' {
|
|||||||
}
|
}
|
||||||
It 'Update test module manifest' {
|
It 'Update test module manifest' {
|
||||||
{ Update-ModuleMeta } | Should -Not -Throw
|
{ Update-ModuleMeta } | Should -Not -Throw
|
||||||
|
$data = Test-ModuleManifest -Path './resources/MyModule.psd1'
|
||||||
|
$data.ModuleVersion | Should -Be '9.9.9'
|
||||||
|
$data.PrivateData.PSData.Prerelease | Should -Be 'dev9'
|
||||||
}
|
}
|
||||||
|
|
||||||
It 'Updated manifest is valid' {
|
It 'Updated manifest is valid' {
|
||||||
|
Reference in New Issue
Block a user