Skip to content

Commit 6f865cf

Browse files
hi-ogawaOpenCode
andcommitted
test(rsc): require exact Server Function stack names
Co-authored-by: OpenCode <noreply@opencode.ai>
1 parent 0ab91e2 commit 6f865cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/plugin-rsc/e2e/source-map.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ test.describe('source map', () => {
210210
name: new RegExp(`^${item.referenceName}:`),
211211
})
212212
await button.click()
213-
await expect(button).toContainText(`at ${item.functionName}`)
213+
await expect(button).toContainText(`at ${item.functionName} (`)
214214
}
215215
})
216216
})

0 commit comments

Comments
 (0)