rsnext/test/e2e/app-dir
Jiachi Liu ee969ea8fc
Fix middleware not executed when pages directory is empty (#43205)
Fixes #41995

Closes #43144

## Bug

- [x] Related issues linked using `fixes #number`
- [x] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`

Co-authored-by: Bruno Nascimento <bruno.hn@icloud.com>
2022-11-21 15:37:58 -08:00
..
app App files ending with page registred as page files (#42996) 2022-11-16 13:46:04 -08:00
app-alias Use import to load page and layout (#42325) 2022-11-10 02:16:59 +00:00
app-edge Fix page static info extractor for app dir (#42001) 2022-10-27 14:55:35 -07:00
app-edge-global Fix page static info extractor for app dir (#42001) 2022-10-27 14:55:35 -07:00
app-external Fix resolving for esm package with only exports.import condition (#42767) 2022-11-11 00:50:46 +00:00
app-middleware Fix middleware not executed when pages directory is empty (#43205) 2022-11-21 15:37:58 -08:00
app-prefetch Update precompiled react to next channel (#41708) 2022-10-24 00:31:52 -07:00
app-rendering Add preload for layouts / components (#41519) 2022-11-01 13:07:55 -07:00
app-static Add force-static handling for app dir (#43061) 2022-11-18 09:47:44 -08:00
app-typescript Improve error message for wrong props (#41668) 2022-10-23 01:01:39 +00:00
asset-prefix BREAKING CHANGE: Remove browsersListForSwc and change default to legacyBrowsers: false (#41529) 2022-10-19 01:38:39 +00:00
async-component-preload fix: Error: NEXT_REDIRECT crashing server in prod (#42793) 2022-11-15 13:46:55 +00:00
back-button-download-bug Only import dev overlay for dev mode (#41771) 2022-10-25 00:53:13 -07:00
create-next-app-template Optimize bundle size for appDir (#42252) 2022-10-31 17:50:35 +00:00
create-root-layout Also create head when creating root layout (#42571) 2022-11-08 09:14:14 -08:00
head Add initial head handling in app (#41607) 2022-10-25 01:09:26 -07:00
next-font Default font config fix (#42235) 2022-10-31 08:56:37 -07:00
next-image Add test fixture e2e/app-dir/next-image (#41609) 2022-10-20 23:21:28 +00:00
root-layout Only import dev overlay for dev mode (#41771) 2022-10-25 00:53:13 -07:00
rsc-basic Fix resolving for esm package with only exports.import condition (#42767) 2022-11-11 00:50:46 +00:00
rsc-errors Handle dynamic css-in-js styles under suspense (#42293) 2022-11-02 14:18:08 +01:00
trailingslash BREAKING CHANGE: Remove browsersListForSwc and change default to legacyBrowsers: false (#41529) 2022-10-19 01:38:39 +00:00
with-babel Client component directive: use client (#41333) 2022-10-11 10:26:45 -07:00
app-alias.test.ts Use import to load page and layout (#42325) 2022-11-10 02:16:59 +00:00
app-edge-global.test.ts Fix page static info extractor for app dir (#42001) 2022-10-27 14:55:35 -07:00
app-edge.test.ts Fix page static info extractor for app dir (#42001) 2022-10-27 14:55:35 -07:00
app-external.test.ts Fix resolving for esm package with only exports.import condition (#42767) 2022-11-11 00:50:46 +00:00
app-middleware.test.ts Fix middleware not executed when pages directory is empty (#43205) 2022-11-21 15:37:58 -08:00
app-static.test.ts Add force-static handling for app dir (#43061) 2022-11-18 09:47:44 -08:00
asset-prefix.test.ts Bundle ssr client layer excepts react externals (#41606) 2022-10-22 16:33:51 -07:00
async-component-preload.test.ts fix: Error: NEXT_REDIRECT crashing server in prod (#42793) 2022-11-15 13:46:55 +00:00
back-button-download-bug.test.ts Add initial head handling in app (#41607) 2022-10-25 01:09:26 -07:00
create-root-layout.test.ts fix comma splice in verifyRootLayout.ts (#42324) 2022-11-09 20:59:55 -08:00
head.test.ts Handle head.js on client-side navigation (#42904) 2022-11-16 18:28:04 +01:00
index.test.ts Remove the timestamp query for CSS resources (#43185) 2022-11-21 13:35:57 +00:00
next-font.test.ts Bundle ssr client layer excepts react externals (#41606) 2022-10-22 16:33:51 -07:00
next-image.test.ts Bundle ssr client layer excepts react externals (#41606) 2022-10-22 16:33:51 -07:00
prefetching.test.ts Bundle ssr client layer excepts react externals (#41606) 2022-10-22 16:33:51 -07:00
rendering.test.ts Add preload for layouts / components (#41519) 2022-11-01 13:07:55 -07:00
root-layout.test.ts Bundle ssr client layer excepts react externals (#41606) 2022-10-22 16:33:51 -07:00
rsc-basic.test.ts Rename RSC and Router headers (#42482) 2022-11-07 16:35:32 -08:00
rsc-errors.test.ts Handle dynamic css-in-js styles under suspense (#42293) 2022-11-02 14:18:08 +01:00
trailingslash.test.ts Bundle ssr client layer excepts react externals (#41606) 2022-10-22 16:33:51 -07:00
vercel-analytics.test.ts Disable esm resolving for appDir and alias react (#41687) 2022-10-23 20:04:23 -07:00
with-babel.test.ts Bundle ssr client layer excepts react externals (#41606) 2022-10-22 16:33:51 -07:00