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 f46c5bd commit 703fdb5Copy full SHA for 703fdb5
1 file changed
packages/plugin-rsc/e2e/syntax-error.test.ts
@@ -152,9 +152,7 @@ test.describe(() => {
152
),
153
)
154
await page.goto(f.url())
155
- await expect(page.locator('body')).toContainText(
156
- 'Transform failed with 1 error',
157
- )
+ await expect(page.locator('body')).toContainText('src/client.tsx:15')
158
159
// fix syntax error
160
await page.waitForTimeout(200)
@@ -187,9 +185,7 @@ test.describe(() => {
187
185
188
186
189
190
191
192
+ await expect(page.locator('body')).toContainText('src/root.tsx:11')
193
194
195
0 commit comments