rsnext/test
Sebastian Markbåge b877de1442
Enable progressive enhanced form actions through decodeAction (#49187)
This uses the new built-in progressive enhancement features of React.
These always use `multipart/form-data` atm. When one comes in that's not
a fetch, we can use `decodeAction` to get a resolved function.

This also ensures that we can test this by passing disableJavaScript to
tests. This disables JS for the context.
2023-05-04 05:03:09 +00:00
..
.stats-app Add export runtime test for pages and fully remove experimental.runtime (#48630) 2023-04-20 22:37:38 +00:00
__mocks__ Update Edge Runtime (#38862) 2022-07-21 18:29:19 +00:00
development Refactor require hooks (#48506) 2023-04-22 00:19:51 +02:00
e2e Enable progressive enhanced form actions through decodeAction (#49187) 2023-05-04 05:03:09 +00:00
examples feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
integration Fix standalone mode with appDir running in a single process (#49116) 2023-05-04 05:55:05 +02:00
lib Enable progressive enhanced form actions through decodeAction (#49187) 2023-05-04 05:03:09 +00:00
production Fix standalone mode with appDir running in a single process (#49116) 2023-05-04 05:55:05 +02:00
unit Support generate dynamic sitemaps for dynamic routes (#48867) 2023-04-26 20:41:37 +00:00
.gitignore Fix static opt of routes generation for static metadata files (#48528) 2023-04-18 12:13:55 +00: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.