PowerShellEditorServices icon indicating copy to clipboard operation
PowerShellEditorServices copied to clipboard

Add back logic to run tests with `CreateDefault()` in addition to `CreateDefault2()`

Open andyleejordan opened this issue 4 years ago • 0 comments

In #1547 we're fixing the production code to strictly use CreateDefault2() as it was always intended to use. There was somewhat defunct code to run the tests with CreateDefault() instead. We need to add a separate TestCreateDefault build task and associated logic to specifically test CreateDefault() as a separate test suite, since it helps assert that "things work with auto-discovered commands."

andyleejordan avatar Aug 18 '21 23:08 andyleejordan