mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
More testing
This commit is contained in:
parent
181278e170
commit
de5f83f54c
1 changed files with 2 additions and 1 deletions
|
|
@ -59,6 +59,7 @@ Describe "SnipeitPS" {
|
|||
|
||||
# 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
|
||||
#>
|
||||
|
||||
# As a temp workaround, we'll just read the manifest as a raw hashtable.
|
||||
# Credit to this workaround comes from here:
|
||||
|
|
@ -105,7 +106,7 @@ Describe "SnipeitPS" {
|
|||
|
||||
It "Appveyor version matches manifest version" {
|
||||
$appveyorVersion -as [Version] | Should -Be ( $script:manifest.ModuleVersion -as [Version] )
|
||||
}#>
|
||||
}
|
||||
}
|
||||
|
||||
# The CI changes I'm testng now will render this section obsolete,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue