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 f2f8589 commit 5ea1e27Copy full SHA for 5ea1e27
packages/plugin-rsc/e2e/basic.test.ts
@@ -63,7 +63,7 @@ test.describe('dev-non-optimized-cjs', () => {
63
test('show warning', async ({ page }) => {
64
await page.goto(f.url())
65
expect(f.proc().stderr()).toContain(
66
- `[vite-rsc] found non-optimized CJS dependency in 'ssr' environment.`,
+ `Found non-optimized CJS dependency in 'ssr' environment.`,
67
)
68
})
69
0 commit comments