Open DennisL68 opened 3 months ago
I tried this in the SqlServerDsc repo:
Although it requires to run noop
in the PowerShell Extension terminal for it to find the correct version of Pester before opening a test file (unless Pester is also installed as a user or machine module).
Also I had to add code to the tests to run noop
task so everything is set up, but that is just required for testing classes as it need a new process each time.
Pester Tests keeps asking for the module when running one of the sample unit tests using VS Code...