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
Many tests currently rely on node-fetch to fetch responses from the Vite dev server when using the http audit. See an example here. Instead, we should be able to rely on Node latest API that includes fetch.
The text was updated successfully, but these errors were encountered:
Context
Many tests currently rely on
node-fetch
to fetch responses from the Vite dev server when using the http audit. See an example here. Instead, we should be able to rely on Node latest API that includes fetch.The text was updated successfully, but these errors were encountered: