Skip to content

Commit 081ee7c

Browse files
authored
test(rsc): update assertions for new vite build logs (#947)
1 parent 26f0f20 commit 081ee7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugin-rsc/e2e/build-app.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ test.describe('buildApp hook', () => {
6767
})
6868
verifyMatchOrder(result.stdout, [
6969
'++++ buildApp:before ++++',
70-
'building for production...',
70+
'for production...',
7171
'++++ buildApp:after ++++',
7272
])
7373
expect(result.exitCode).toBe(0)
@@ -86,7 +86,7 @@ test.describe('buildApp hook', () => {
8686
verifyMatchOrder(result.stdout, [
8787
'++++ buildApp:before ++++',
8888
'++++ buildApp:after ++++',
89-
'building for production...',
89+
'for production...',
9090
])
9191
expect(result.exitCode).toBe(0)
9292
})

0 commit comments

Comments
 (0)