Skip to content

Commit 97f9271

Browse files
committed
test: update
1 parent 0d22354 commit 97f9271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test.describe('build-development', () => {
4545
test('verify development', async ({ page }) => {
4646
let output!: string
4747
page.on('response', async (response) => {
48-
if (response.url().match(/\/assets\/client-[\w-]+\.js$/)) {
48+
if (response.url().match(/\/assets\/entry.rsc-[\w-]+\.js$/)) {
4949
output = await response.text()
5050
}
5151
})

0 commit comments

Comments
 (0)