|
1001 | 1001 | "app dir - basic server components should serve client component should serve client-side", |
1002 | 1002 | "app dir - basic server components should serve client component should serve server-side", |
1003 | 1003 | "app dir - basic server components should serve shared component", |
1004 | | - "app dir - basic should encode chunk path correctly", |
1005 | 1004 | "app dir - basic should ensure the </body></html> suffix is at the end of the stream", |
1006 | 1005 | "app dir - basic should generate build traces correctly", |
1007 | 1006 | "app dir - basic should handle hash in initial url", |
|
1030 | 1029 | "app dir - basic should serve from public", |
1031 | 1030 | "app dir - basic should serve nested parent", |
1032 | 1031 | "app dir - basic should serve page as a segment name correctly", |
1033 | | - "app dir - basic should serve polyfills for browsers that do not support modules", |
1034 | 1032 | "app dir - basic should successfully detect app route during prefetch", |
1035 | 1033 | "app dir - basic should use new root layout when provided", |
1036 | 1034 | "app dir - basic should use text/x-component for flight", |
|
1039 | 1037 | "app dir - basic template component should render the template that holds state in a client component and reset on navigation", |
1040 | 1038 | "app dir - basic template component should render the template that is a server component and rerender on navigation" |
1041 | 1039 | ], |
1042 | | - "failed": [], |
| 1040 | + "failed": [ |
| 1041 | + "app dir - basic should encode chunk path correctly", |
| 1042 | + "app dir - basic should serve polyfills for browsers that do not support modules" |
| 1043 | + ], |
1043 | 1044 | "pending": [ |
1044 | 1045 | "app dir - basic <Link /> should soft replace", |
1045 | 1046 | "app dir - basic known bugs should support React fetch instrumentation client component", |
|
0 commit comments