anotherHoffmann

Results 2 issues of anotherHoffmann

The launch configurations currently provided on the site do not seem to work on windows. I have tested it with fresh and populated projects on 2 separate machines. After some...

When calling resetSpyMsal(), every mock of the test-runner is reset, which causes issues when one is also mocking other functionality than MSAL. ``` resetSpyMsal() { this._testRunner.resetAllMocks(); this.accounts = []; this.activeAccount...