rsnext/test
Shu Ding d9e3803e64
Fix server references handling in the edge runtime (#48502)
Currently POST requests to `"use server"` entries are not correctly
handled, and this PR partially fixes the behavior. Note that the
`isMultipartAction` case is still missing as we can't simply use
`busboy`. Later we'll unify the implementation here to always use
FormData via Undici.

Fixes NEXT-1026.
2023-04-18 00:36:23 +02:00
..
.stats-app Remove serverComponents from next.conf.js because it's unused (#43805) 2022-12-07 15:57:03 +01:00
__mocks__ Update Edge Runtime (#38862) 2022-07-21 18:29:19 +00:00
development feat(turbopack): support initial compiler.emotion / compiler.styledComponents flag (#47991) 2023-04-12 22:05:18 +02:00
e2e Fix server references handling in the edge runtime (#48502) 2023-04-18 00:36:23 +02:00
examples feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
integration Refactor entries.ts (#48460) 2023-04-17 10:15:33 +02:00
lib Only create tarballs once per run-tests (#48321) 2023-04-12 23:23:59 -07:00
production Update query param prefix to reduce length (#48051) 2023-04-06 17:52:24 -07:00
unit Change CacheFs methods to return Buffer (#48237) 2023-04-17 15:22:29 +00:00
.gitignore Fix server html insertion target (#42591) 2022-11-07 18:16:13 +01:00
jest-setup-after-env.ts Increase CI test timeout (#47973) 2023-04-05 10:16:48 -07:00
jest.d.ts Adds tests to ensure eslint-plugin-next's available rules are properly exported and recommended rules are correctly defined. (#38183) 2022-06-30 11:31:33 -05:00
readme.md refactor: split up CONTRIBUTING.md (#40515) 2022-09-16 14:54:58 -07:00
test-file.txt

See Testing for more information on how you can run/write/debug tests for Next.js.