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
@lzybkr comment:
If you call [ScriptBlock]::Create - the script block doesn't know it's runspace.
If you use { } - then it does, and will always run on that runspace.
If you run this line, it will take more then 3 seconds.
One of the things that can be really cool: make
Invoke-Parallel
work with pester tests. So I can pass describe blocks as an-InputObject
The text was updated successfully, but these errors were encountered: