pester / Pester

Pester is the ubiquitous test and mock framework for PowerShell.
https://pester.dev/
Other
3.11k stars 473 forks source link

Do not output value from assertion #2512

Closed nohwnd closed 5 months ago

nohwnd commented 5 months ago

Fix #2508

Seems that this functionality is not very helpful, you can check more values on actual value by saving the original value to a variable, and it is easier to debug.