-
Notifications
You must be signed in to change notification settings - Fork 0
test: add pester tests #6
New issue
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
Files not reviewed (1)
- test/ReplaceTokens.Tests.ps1: Language not supported
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
.github/workflows/test.yml:35
- The variable name has been corrected from 'prestine' to 'pristine'. Please ensure that all references to the variable (e.g., in line 40) are consistently updated.
$pristine = (Join-Path $pwd test stubs pristine ${{ matrix.style }}.tpl)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Files not reviewed (1)
- test/ReplaceTokens.Tests.ps1: Language not supported
Comments suppressed due to low confidence (1)
.github/workflows/test.yml:35
- The variable name 'prestine' was misspelled and has been corrected to 'pristine'.
$pristine = (Join-Path $pwd test stubs pristine ${{ matrix.style }}.tpl)
No description provided.