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
If we remove it, it’s only going to make the CI more flaky – because tests would rely on network calls instead of the FS. The only thing dynamic about it is that changes in Corepack internals can result in different endpoint being hit, at which point the nock db needs to be updated to cover those new endpoints.
Why do we need the workflow: I use it because I find it simpler to use it than to pull the PR branch locally and update the nock DB manually.
Having a "nock" database makes this codebase harder to reason about due to the "dynamic" nature of this mocking.
Can this be refactored out?
The text was updated successfully, but these errors were encountered: