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 0d22354 commit 97f9271Copy full SHA for 97f9271
1 file changed
packages/plugin-rsc/e2e/starter.test.ts
@@ -45,7 +45,7 @@ test.describe('build-development', () => {
45
test('verify development', async ({ page }) => {
46
let output!: string
47
page.on('response', async (response) => {
48
- if (response.url().match(/\/assets\/client-[\w-]+\.js$/)) {
+ if (response.url().match(/\/assets\/entry.rsc-[\w-]+\.js$/)) {
49
output = await response.text()
50
}
51
})
0 commit comments