Is there a way to set the Pester Configuration object so that a function is mocked whenever it is called in any test files while Pester is running?
I have various functions across my scripts that call Write-Progress/Write-Host, etc...
Most of the time I do not want to see this output because it makes the Pester output hard to read, but I would like to be able to turn it on without changing across hundreds or thousands of individual files.