We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary of the new feature
The example-module included in vscode-powershell uses Pester-tests that are not compatible with Pester v5. Is it time to update the examples?
Proposed technical implementation details (optional)
Update tests in example module to Pester v5-compatible code.
The text was updated successfully, but these errors were encountered:
Thanks @fflaten we should update this: https://github.com/PowerShell/vscode-powershell/tree/master/examples/Tests I will mark this as up for grabs in case someone has time to get to this before we do--thanks!
Sorry, something went wrong.
Update examples-module to use Pester 5 (#3214)
b7ab018
This resolves #3049. Only real changes needed were wrapping the initialization in a `BeforeAll` block and changing `Be` to `-Be`.
Successfully merging a pull request may close this issue.
Summary of the new feature
The example-module included in vscode-powershell uses Pester-tests that are not compatible with Pester v5. Is it time to update the examples?
Proposed technical implementation details (optional)
Update tests in example module to Pester v5-compatible code.
The text was updated successfully, but these errors were encountered: