Skip to content

Commit be7816b

Browse files
committed
test: wip
1 parent a22dc7f commit be7816b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,14 @@ function defineTest(f: Fixture) {
316316
editor.reset()
317317
await expect(locator).toContainText('[dep: 1]')
318318
})
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+
})
319327
})
320328

321329
test('css @js', async ({ page }) => {

0 commit comments

Comments
 (0)