rsnext/test
Tim Neutkens ffee09b6ff
Move initial head (#45695)Co-authored-by: Jiachi Liu <inbox@huozhi.im>
Move initial into the cache, so the top level boundaries will wrap the
head contents. Then we can use navigation API like `notFound` in the
`generateMetadata`, the notFound errors could be still captured in that
case

Closes NEXT-292

Added tests for not found in metadata

---------

Co-authored-by: Jiachi Liu <inbox@huozhi.im>
2023-02-16 16:26:48 +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 Add next/font import (#45891) 2023-02-16 15:33:39 +01:00
e2e Move initial head (#45695)Co-authored-by: Jiachi Liu <inbox@huozhi.im> 2023-02-16 16:26:48 +01:00
integration Stop overriding the user's TS config with defaults during next build (#45670) 2023-02-15 18:11:00 +01:00
lib Use latest CLI for E2E tests (#45925) 2023-02-14 18:43:29 -08:00
production Add next/font import (#45891) 2023-02-16 15:33:39 +01:00
unit Add next/font import (#45891) 2023-02-16 15:33:39 +01: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

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