File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -61,37 +61,6 @@ test.describe('vite 6', () => {
6161 } )
6262} )
6363
64- test . describe ( 'examples/ssg' , ( ) => {
65- const tmpRoot = path . join (
66- process . env [ 'RUNNER_TEMP' ] || os . tmpdir ( ) ,
67- 'test-vite-rsc-ssg' ,
68- )
69- test . beforeAll ( async ( ) => {
70- await setupIsolatedFixture ( {
71- src : 'examples/ssg' ,
72- dest : tmpRoot ,
73- } )
74- } )
75-
76- test . describe ( 'dev' , ( ) => {
77- const f = useFixture ( { root : tmpRoot , mode : 'dev' } )
78-
79- test ( 'basic' , async ( { page } ) => {
80- await page . goto ( f . url ( ) )
81- await waitForHydration ( page )
82- } )
83- } )
84-
85- test . describe ( 'build' , ( ) => {
86- const f = useFixture ( { root : tmpRoot , mode : 'build' } )
87-
88- test ( 'basic' , async ( { page } ) => {
89- await page . goto ( f . url ( ) )
90- await waitForHydration ( page )
91- } )
92- } )
93- } )
94-
9564test . describe ( 'react-server-dom-webpack' , ( ) => {
9665 const tmpRoot = path . join (
9766 process . env [ 'RUNNER_TEMP' ] || os . tmpdir ( ) ,
You can’t perform that action at this time.
0 commit comments