File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 255
255
" test/e2e/undici-fetch/index.test.ts" ,
256
256
" test/e2e/yarn-pnp/test/with-eslint.test.ts" ,
257
257
" test/e2e/yarn-pnp/test/with-mdx.test.ts" ,
258
- " test/e2e/yarn-pnp/test/with-next-sass.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"
259
261
]
Original file line number Diff line number Diff line change 314
314
"reason" : " Error in test"
315
315
}
316
316
]
317
+ },
318
+ {
319
+ "file" : " test/e2e/app-dir/next-after-app/index.test.ts" ,
320
+ "reason" : " Tries to patch deployed files"
321
+ },
322
+ {
323
+ "file" : " test/e2e/react-compiler/react-compiler.test.ts" ,
324
+ "tests" : [
325
+ " react-compiler default should show an experimental warning" ,
326
+ " react-compiler babelrc should show an experimental warning"
327
+ ],
328
+ "reason" : " Uses CLI output"
317
329
}
318
330
],
319
331
"failures" : [
You can’t perform that action at this time.
0 commit comments