rsnext/test/unit/web-runtime
Gal Schlezinger 92915e47f7
Remove NextResponse.json as we already have it defined from inheriting Response (#37887)
Lately, `Response.json` was introduced as a standard static method.
That means we can remove our implementation of `NextResponse.json` piggyback on `Response.json`


Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
2022-06-22 16:03:31 +00:00
..
cookies.test.ts Use Edge Runtime for running Edge Functions locally (#37024) 2022-05-30 12:01:36 +00:00
next-cookies.test.ts Use Edge Runtime for running Edge Functions locally (#37024) 2022-05-30 12:01:36 +00:00
next-response.test.ts Remove NextResponse.json as we already have it defined from inheriting Response (#37887) 2022-06-22 16:03:31 +00:00
next-url.test.ts Refactor server routing (#37725) 2022-06-16 21:43:01 +00:00
user-agent.test.ts Middleware: remove req.ua (#37512) 2022-06-09 11:10:21 +00:00