rsnext/test
JJ Kasper 7777130324
Fix middleware URL normalize case (#41342)
Follow-up to https://github.com/vercel/next.js/pull/41341 this fixes a
related issue with the URL normalizing in middleware and updates the
regression tests.

x-ref: [slack
thread](https://vercel.slack.com/archives/C01224Q5M99/p1665161421775079?thread_ts=1664536480.045539&cid=C01224Q5M99)

## Bug

- [x] Related issues linked using `fixes #number`
- [x] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`
2022-10-11 14:27:31 -07:00
..
.stats-app Fix PR stats from experimental react (#41112) 2022-10-02 17:47:55 -07:00
__mocks__ Update Edge Runtime (#38862) 2022-07-21 18:29:19 +00:00
development Font loader with babel error (#41151) 2022-10-05 22:14:31 -07:00
e2e Fix middleware URL normalize case (#41342) 2022-10-11 14:27:31 -07:00
integration Add pretty error when image import is invalid format (#41267) 2022-10-11 18:22:13 +02:00
lib Add Replay integration for dev e2e tests (#40955) 2022-09-29 14:45:10 -07:00
production fix(standalone): support type: "module" (#41268) 2022-10-11 17:04:37 +02:00
unit Reduce remote requests in google fonts (#41306) 2022-10-11 13:38:29 -07:00
.gitignore
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.