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
### Packages impacted by this PR
`dev-tool`
### Describe the problem that is addressed by this PR
Rather than pull in `axios` to make a few simple HTTP calls (downloading
the test proxy and checking its status), I replaced it with `fetch`
since that is now unflagged in Node.
To test this change, I removed the locally cached test proxy before
running the keyvault-keys tests.
0 commit comments