Thanks for helping contribute to the MP Catalog. Please check the contribution guidelines with any questions, then fill out the below blanks.
What does this add/fix?
Updated all the tests to use Pester v5
Moved tests to using test cases rather than requiring templated out test files
…
Does this close any currently open issues?
Should close #115
…
Any other comments?
It's quite a big departure from Pester v3. Additionally, Win10 ships with a Microsoft signed version of v3 so will need to be clobbered to be used.
Install-Module Pester -Force -SkipPublisherCheck
Tests are loosely the same.
…
Thanks for helping contribute to the MP Catalog. Please check the contribution guidelines with any questions, then fill out the below blanks.
What does this add/fix?
Updated all the tests to use Pester v5 Moved tests to using test cases rather than requiring templated out test files …
Does this close any currently open issues?
Should close #115 …
Any other comments?
It's quite a big departure from Pester v3. Additionally, Win10 ships with a Microsoft signed version of v3 so will need to be clobbered to be used.
Install-Module Pester -Force -SkipPublisherCheck
Tests are loosely the same. …