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 a22dc7f commit be7816bCopy full SHA for be7816b
packages/plugin-rsc/e2e/basic.test.ts
@@ -316,6 +316,14 @@ function defineTest(f: Fixture) {
316
editor.reset()
317
await expect(locator).toContainText('[dep: 1]')
318
})
319
+
320
+ test('shared hmr', async ({ page }) => {
321
+ // TODO:
322
+ // modify src/routes/hmr-shared/shared1.tsx to confirm component hmr
323
+ // modify src/routes/hmr-shared/shared2.tsx to confirm non-comonent hmr
324
+ // modify src/routes/hmr-shared/aomic/shared.tsx to confirm server/client updates are not atomic
325
+ page
326
+ })
327
328
329
test('css @js', async ({ page }) => {
0 commit comments