rsnext/test
Shu Ding ef8fef1350
Fix link not being GC'd sometimes (#49318)
The `app-link-gc` module should treat the link with just pathname as the
href and full URL as the same resource. This avoids duplicate styles
during HMR:

<img width="482" alt="CleanShot 2023-05-05 at 18 12 12@2x"
src="https://user-images.githubusercontent.com/3676859/236511257-af510ed2-8e21-430a-bf71-24931b10e5de.png">

[Related bug report
(internal)](https://vercel.slack.com/archives/C03KAR5DCKC/p1683295788069859).
2023-05-05 20:23:35 +02:00
..
.stats-app Remove experimental config from create-next-app (#49241) 2023-05-05 00:22:28 -07:00
__mocks__ Update Edge Runtime (#38862) 2022-07-21 18:29:19 +00:00
development Remove experimental config from create-next-app (#49241) 2023-05-05 00:22:28 -07:00
e2e Fix link not being GC'd sometimes (#49318) 2023-05-05 20:23:35 +02:00
examples feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
integration Remove experimental config from create-next-app (#49241) 2023-05-05 00:22:28 -07:00
lib Enable App Router for all applications (#49088) 2023-05-04 17:47:10 +02:00
production Remove experimental config from create-next-app (#49241) 2023-05-05 00:22:28 -07:00
unit Update tags handling during server action redirect (#49227) 2023-05-04 15:33:36 -07: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.