rsnext/test
OJ Kwon 0f55e292cf
fix(next-core): fix determining dynamic route (#57435)
### What

Fixes how to determine if given route is dynamic to match next-dev does:

462b8585b6/packages/next/src/lib/metadata/get-metadata-route.ts (L79)

We were passing calculated route instead to check if it's dynamic, so
`/sitemap` always considered as static since calculated route is
`/sitemap.xml`.

Closes WEB-1864

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-10-26 01:29:39 +02:00
..
.stats-app chore: lower Node.js version requirement (#56943) 2023-10-17 23:15:31 +02:00
development Turbopack: disable webpack specific test cases (#57423) 2023-10-25 20:35:35 +02:00
e2e Apply react-server transform and valication to middleware (#57448) 2023-10-26 01:22:50 +02:00
examples feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
integration Fix logging removed experiments in start logs (#57373) 2023-10-25 16:08:14 +00:00
lib update turbopack and add HMR test case (#57304) 2023-10-24 04:38:05 +00:00
production Fix deploy id env handling when disabled (#57374) 2023-10-25 14:41:56 -07:00
unit chore: drop undici (#56899) 2023-10-19 18:35:12 +00:00
.gitignore ci(workflow): enable test trace upload (#51107) 2023-06-12 17:14:13 +00:00
build-turbopack-tests-manifest.js Turbopack: reenable some skipped test cases (#57177) 2023-10-21 15:11:27 -07:00
jest-setup-after-env.ts Decrease default test timeouts (#56116) 2023-09-27 23:55:20 +00:00
readme.md refactor: split up CONTRIBUTING.md (#40515) 2022-09-16 14:54:58 -07:00
test-file.txt
turbopack-tests-manifest.json fix(next-core): fix determining dynamic route (#57435) 2023-10-26 01:29:39 +02:00

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