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 26f0f20 commit 081ee7cCopy full SHA for 081ee7c
packages/plugin-rsc/e2e/build-app.test.ts
@@ -67,7 +67,7 @@ test.describe('buildApp hook', () => {
67
})
68
verifyMatchOrder(result.stdout, [
69
'++++ buildApp:before ++++',
70
- 'building for production...',
+ 'for production...',
71
'++++ buildApp:after ++++',
72
])
73
expect(result.exitCode).toBe(0)
@@ -86,7 +86,7 @@ test.describe('buildApp hook', () => {
86
87
88
89
90
91
92
0 commit comments