Skip to content

Commit 202ed19

Browse files
Copilothi-ogawa
andauthored
chore(rsc): remove redundant SSG test from isolated.test.ts (#940)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: hi-ogawa <4232207+hi-ogawa@users.noreply.github.com>
1 parent a212cd5 commit 202ed19

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

packages/plugin-rsc/e2e/isolated.test.ts

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff 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-
9564
test.describe('react-server-dom-webpack', () => {
9665
const tmpRoot = path.join(
9766
process.env['RUNNER_TEMP'] || os.tmpdir(),

0 commit comments

Comments
 (0)