rsnext/test
Wyatt Johnson 962ce0dcee
Short circut 404's for /favicon.ico in development (#54747)
In development, it's common to have a project without a favicon.ico in the public or static folders. This short circuits the route process in development so it doesn't compile the not found page for every page request.

Co-authored-by: Tim Neutkens <6324199+timneutkens@users.noreply.github.com>
2023-08-30 16:15:19 +00:00
..
.stats-app fix: minimum node version 16.14.0 (#54331) 2023-08-22 08:58:53 +00:00
__mocks__ [edge] bump @edge-runtime/* package suite (#49092) 2023-05-31 08:03:20 +00:00
development Add @visx/visx to the import optimization list (#54778) 2023-08-30 15:11:03 +00:00
e2e Short circut 404's for /favicon.ico in development (#54747) 2023-08-30 16:15:19 +00:00
examples feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
integration fix(next/image): import error preload is not exported from react-dom (#54688) 2023-08-29 00:45:16 +00:00
lib fix: improve error message when output: export in app router (#54202) 2023-08-21 14:45:00 +00:00
production Fix failing TS test from new release (#54523) 2023-08-24 11:36:38 -07:00
unit Export RedirectType from next/navigation (#54729) 2023-08-29 11:05:44 -07:00
.gitignore ci(workflow): enable test trace upload (#51107) 2023-06-12 17:14:13 +00:00
jest-setup-after-env.ts type check tests (and convert next-test-utils.js to ts) (#51071) 2023-06-23 17:42:50 +00:00
jest.d.ts refactor smooth scroll bailout logic in app navigations (#53186) 2023-07-27 14:39:51 +00:00
readme.md refactor: split up CONTRIBUTING.md (#40515) 2022-09-16 14:54:58 -07:00
test-file.txt
turbopack-tests-manifest.js Turbopack: add middleware support for next.rs api dev mode (#54555) 2023-08-27 12:10:15 +02:00

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