rsnext/test/unit/web-runtime
Balázs Orbán 4c46ddd92a
chore: drop undici (#56899)
### What?

Note: This is not a breaking change, just removing some unused code.

### Why?

Since #56896 we don't need this, as Node.js 18+ has `fetch` exposed by default.

### How?

Depends on #56896, #56909

We already didn't load `fetch` if `globalThis` had it (ie. Node.js 18+ environments), and since we are dropping support for Node.js 16, these code paths should have no effect on runtime behavior.
2023-10-19 18:35:12 +00:00
..
next-request.test.ts fix(edge): override init when cloning with NextRequest (#54108) 2023-08-16 18:54:35 +00:00
next-response-cookies.test.ts chore(deps): use external @edge-runtime/cookies (#42736) 2023-02-17 15:10:09 +01:00
next-response.test.ts Move core files to src folder and move JS files to TypeScript (#44405) 2023-01-03 10:05:50 +01:00
next-server-node.test.ts chore: drop undici (#56899) 2023-10-19 18:35:12 +00:00
next-url.test.ts Better IPv6 support for next-server (#53131) 2023-08-14 07:23:24 +00:00
user-agent.test.ts Upgrade precompiled ua-parser-js (#54404) 2023-08-22 23:56:05 +00:00