Skip to content

Commit 38c1548

Browse files
committed
chore: cleanup
1 parent 2e7f00d commit 38c1548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ test.describe('dev-default', () => {
1212
defineTest(f)
1313
})
1414

15-
test.describe('dev-initial-ssr', () => {
15+
test.describe('dev-initial', () => {
1616
const f = useFixture({ root: 'examples/basic', mode: 'dev' })
1717

18-
// verifies css is collected on clean server startup
18+
// verify css is collected properly on server startup (i.e. empty module graph)
1919
testNoJs('style', async ({ page }) => {
2020
await page.goto(f.url('./'))
2121
await expect(page.locator('.test-style-client')).toHaveCSS(

0 commit comments

Comments
 (0)