pester / vscode-adapter

Run PowerShell Pester Tests with Visual Studio Code
MIT License
58 stars 14 forks source link

Fix so that $CustomModulePath is used #190

Closed johlju closed 1 year ago

johlju commented 1 year ago

This should resolve issue #189. Not sure this is the way you want it resolved. Since logic was added to the root of the script I moved out the logic from Invoke-Main.

johlju commented 1 year ago

@JustinGrote do you have time to review this? It's a small diff to resolve a regression bug that was introduce in a prior PR. Thanks.