You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change causes Pester tests run with the "Run/Debug Tests"
CodeLenses to be launched using single quotes with the `-TestName`
parameter so that variable names in the test name don't get expanded.
ResolvesPowerShell#891
System Details
Windows Seven SP1 FR
Issue Description
I am experiencing a problem with running Pester test inside the editor.
The name of my test use simple quotes :
Describe 'Exported variable $IsoCountiesFR'
But during the invocation -TestName use double quotes :
This expand the variable and change the name of the test that do not exist
The text was updated successfully, but these errors were encountered: