We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7f00d commit 38c1548Copy full SHA for 38c1548
packages/plugin-rsc/e2e/basic.test.ts
@@ -12,10 +12,10 @@ test.describe('dev-default', () => {
12
defineTest(f)
13
})
14
15
-test.describe('dev-initial-ssr', () => {
+test.describe('dev-initial', () => {
16
const f = useFixture({ root: 'examples/basic', mode: 'dev' })
17
18
- // verifies css is collected on clean server startup
+ // verify css is collected properly on server startup (i.e. empty module graph)
19
testNoJs('style', async ({ page }) => {
20
await page.goto(f.url('./'))
21
await expect(page.locator('.test-style-client')).toHaveCSS(
0 commit comments