Speeding up PowerShell module development with RestartableSession
Let's assume you are developing a PowerShell module. You would add small modifications to the module and test if they work as expected iteratively. In each iteration, after you edit the module code, how do you test the modification?
I like testing th...
mdgrs.hashnode.dev4 min read