rsnext/test
Jan Kaifer 1dc8da96dd
Test navigation between multiple root layouts (#43762)
Co-authored-by: Tim Neutkens <tim@timneutkens.nl>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-01-05 13:27:29 +01: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 Improve errors caused by client hook called in a server component (#44538) 2023-01-04 11:01:50 +00:00
e2e Test navigation between multiple root layouts (#43762) 2023-01-05 13:27:29 +01:00
integration Remove unused target: es5 from tsconfig.json (#44567) 2023-01-04 23:08:14 +00:00
lib Revert "Use turbo for packing files in test setup (#44074)" (#44566) 2023-01-04 10:23:21 -08:00
production Move transpilePackages out of experimental (#44194) 2022-12-20 17:27:30 +00:00
unit Fix cookie parsing removing extra = (#44218) 2023-01-03 13:35:15 -08:00
.gitignore Fix server html insertion target (#42591) 2022-11-07 18:16:13 +01:00
jest-setup-after-env.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
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 Add additional file serving tests (#12479) 2020-05-04 11:58:19 -05:00

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