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 ef596d1 commit 585061bCopy full SHA for 585061b
1 file changed
packages/plugin-rsc/e2e/basic.test.ts
@@ -1454,4 +1454,12 @@ function defineTest(f: Fixture) {
1454
'test-chunk1|test-chunk2|test-chunk2b|test-chunk3|test-chunk3',
1455
)
1456
})
1457
+
1458
+ test('tree-shake2', async ({ page }) => {
1459
+ await page.goto(f.url())
1460
+ await waitForHydration(page)
1461
+ await expect(page.getByTestId('test-tree-shake2')).toHaveText(
1462
+ 'test-tree-shake2:lib-client1|lib-server1',
1463
+ )
1464
+ })
1465
}
0 commit comments