mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-14 02:12:29 +00:00
Something with module manifest
This commit is contained in:
parent
c3b83320f2
commit
181278e170
1 changed files with 2 additions and 2 deletions
|
|
@ -50,13 +50,13 @@ Describe "SnipeitPS" {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
<#
|
||||||
It "Includes a valid manifest file" {
|
It "Includes a valid manifest file" {
|
||||||
{
|
{
|
||||||
$script:manifest = Test-ModuleManifest -Path "$moduleRoot\SnipeitPS.psd1" -ErrorAction Stop -WarningAction SilentlyContinue
|
$script:manifest = Test-ModuleManifest -Path "$moduleRoot\SnipeitPS.psd1" -ErrorAction Stop -WarningAction SilentlyContinue
|
||||||
} | Should -Not Throw
|
} | Should -Not Throw
|
||||||
}
|
}
|
||||||
<#
|
|
||||||
# There is a bug that prevents Test-ModuleManifest from updating correctly when the manifest file changes. See here:
|
# There is a bug that prevents Test-ModuleManifest from updating correctly when the manifest file changes. See here:
|
||||||
# https://connect.microsoft.com/PowerShell/feedback/details/1541659/test-modulemanifest-the-psmoduleinfo-is-not-updated
|
# https://connect.microsoft.com/PowerShell/feedback/details/1541659/test-modulemanifest-the-psmoduleinfo-is-not-updated
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue