|
92 | 92 | "test/e2e/app-dir/mjs-as-extension/mjs-as-extension.test.ts",
|
93 | 93 | "test/e2e/app-dir/modularizeimports/modularizeimports.test.ts",
|
94 | 94 | "test/e2e/app-dir/navigation/navigation.test.ts",
|
| 95 | + "test/e2e/app-dir/next-after-app/index.test.ts", |
95 | 96 | "test/e2e/app-dir/next-config/index.test.ts",
|
96 | 97 | "test/e2e/app-dir/next-font/next-font.test.ts",
|
97 | 98 | "test/e2e/app-dir/next-image/next-image-https.test.ts",
|
|
233 | 234 | "test/e2e/prerender-native-module.test.ts",
|
234 | 235 | "test/e2e/prerender.test.ts",
|
235 | 236 | "test/e2e/proxy-request-with-middleware/test/index.test.ts",
|
| 237 | + "test/e2e/react-compiler/react-compiler.test.ts", |
236 | 238 | "test/e2e/react-dnd-compile/react-dnd-compile.test.ts",
|
237 | 239 | "test/e2e/reload-scroll-backforward-restoration/index.test.ts",
|
238 | 240 | "test/e2e/repeated-forward-slashes-error/repeated-forward-slashes-error.test.ts",
|
|
255 | 257 | "test/e2e/undici-fetch/index.test.ts",
|
256 | 258 | "test/e2e/yarn-pnp/test/with-eslint.test.ts",
|
257 | 259 | "test/e2e/yarn-pnp/test/with-mdx.test.ts",
|
258 |
| - "test/e2e/yarn-pnp/test/with-next-sass.test.ts", |
259 |
| - "test/e2e/react-compiler/react-compiler.test.ts", |
260 |
| - "test/e2e/app-dir/next-after-app/index.test.ts" |
| 260 | + "test/e2e/yarn-pnp/test/with-next-sass.test.ts" |
261 | 261 | ]
|
0 commit comments