Will Ellis
Will Ellis
There is a reset call on the mock: https://github.com/florinn/typemoq#reset-mocks E.g. ``` const mockRouter: TypeMoq.IMock = TypeMoq.Mock.ofType(); mockRouter.reset(); ```
Thanks @dylan-smith and @ArinGhazarian for your input. Ive had a look but don't see where its putting those PR comments in. I assume it happens inside the GitHub CLI migration...
Thanks @ArinGhazarian. In the meantime if anyone else has this issue, I have managed to work around this limitation right now by writing a script that after migration goes through...