You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That code you link to has helped me quite a bit. Where I'm struggling is in how to mock THIS library in such a way that I can control stdout. For instance, how do I inject strings into stdout so that I don't have to actually execute something in order to test the code that expects that output?
There appears to be mocking documentation in https://github.com/actions/toolkit/blob/master/docs/github-package.md but the example code that you can use to bootstrap an action should also contain this code, or at the very least, link to this documentation.
The text was updated successfully, but these errors were encountered: