rsnext/test/e2e/app-dir
Jiachi Liu fa19f172bc
Skip creating virtual app client entry for pages (#41000)
When there're only one edge route in `pages/` and one in `app/`, the virtual client entry is split into pages chunks which is not expected.
We should only create client virtual entries for `app/`, not `pages/`, now we skip the `pages/` entries for client entry now

## Bug

- [ ] Related issues linked using `fixes #number`
- [x] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`
2022-09-28 17:03:21 +00:00
..
app Fix unused CSS module imports are tracked on the server (#40996) 2022-09-28 17:06:10 +02:00
app-alias Fix wrong code condition used when bundling the server (#40987) 2022-09-28 16:19:40 +02:00
app-edge Skip creating virtual app client entry for pages (#41000) 2022-09-28 17:03:21 +00:00
app-prefetch Remove unnecessary experimental flag (#40766) 2022-09-21 21:30:46 +02:00
app-rendering Remove unnecessary experimental flag (#40766) 2022-09-21 21:30:46 +02:00
app-static Update return shape of generateStaticParams (#40965) 2022-09-27 13:51:07 -07:00
asset-prefix Remove unnecessary experimental flag (#40766) 2022-09-21 21:30:46 +02:00
next-font Font loader support in app (#40898) 2022-09-27 18:10:05 +00:00
rsc-basic Add test case for react-server import condition (#40997) 2022-09-28 15:40:13 +00:00
trailingslash Remove unnecessary experimental flag (#40766) 2022-09-21 21:30:46 +02:00
with-babel Fix SWC loader ignore for the server layer when Babel is used (#40939) 2022-09-27 11:31:25 +02:00
app-alias.test.ts Use resolved url in flight entry loader (#40697) 2022-09-20 10:40:27 +00:00
app-edge.test.ts Skip creating virtual app client entry for pages (#41000) 2022-09-28 17:03:21 +00:00
app-static.test.ts Add handling for static generation in app (#40561) 2022-09-19 18:05:28 +00:00
asset-prefix.test.ts Break assetPrefix app tests into separate suite (#40701) 2022-09-19 18:17:16 -07:00
index.test.ts Fix unused CSS module imports are tracked on the server (#40996) 2022-09-28 17:06:10 +02:00
next-font.test.ts Font loader support in app (#40898) 2022-09-27 18:10:05 +00:00
prefetching.test.ts Disable flakey dev app test temporarily (#40816) 2022-09-22 16:26:31 -07:00
rendering.test.ts Add handling for static generation in app (#40561) 2022-09-19 18:05:28 +00:00
rsc-basic.test.ts Add test case for react-server import condition (#40997) 2022-09-28 15:40:13 +00:00
trailingslash.test.ts Add additional tests for prefetch and trailingSlash (#40517) 2022-09-13 16:01:43 -07:00
vercel-analytics.test.ts Handle redirects in new router (#40396) 2022-09-20 15:28:07 +02:00
with-babel.test.ts Fix SWC loader ignore for the server layer when Babel is used (#40939) 2022-09-27 11:31:25 +02:00