Skip to content

Commit

Permalink
upgrade deps, switch from nock to msw
Browse files Browse the repository at this point in the history
octokit has switched to using fetch, which can't be mocked with nock, hence the switch to msw.

@actions/github swaps out the octokit instance's fetch function for its own fetch wrapper, which can't be mocked with msw, so in the tests swap it back to native fetch
  • Loading branch information
hmarr committed Feb 3, 2024
1 parent 7d0ab8f commit b102610
Show file tree
Hide file tree
Showing 6 changed files with 3,522 additions and 3,099 deletions.
Loading

0 comments on commit b102610

Please sign in to comment.