Skip to content

Commit 7bc7532

Browse files
committed
test: put back minimal dev test
1 parent 6fbeba2 commit 7bc7532

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,16 @@ test.describe(() => {
303303
})
304304
})
305305

306+
test.describe('dev-renderBuiltUrl-runtime', () => {
307+
const f = useFixture({ root, mode: 'dev' })
308+
309+
test('basic', async ({ page }) => {
310+
using _ = expectNoPageError(page)
311+
await page.goto(f.url())
312+
await waitForHydration_(page)
313+
})
314+
})
315+
306316
test.describe('build-renderBuiltUrl-runtime', () => {
307317
const f = useFixture({ root, mode: 'build' })
308318
defineTest(f)

0 commit comments

Comments
 (0)