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 af53a41 commit 31eb157Copy full SHA for 31eb157
packages/framework/tests/Feature/StaticSiteServiceTest.php
@@ -162,7 +162,7 @@ public function testNodeActionOutputs()
162
163
$this->artisan('build --run-prettier --run-vite')
164
->expectsOutput('Prettifying code! This may take a second.')
165
- ->expectsOutput('Building frontend assets with Vite! This may take a second.')
+ ->expectsOutput('Building frontend assets for production! This may take a second.')
166
->assertExitCode(0);
167
168
Process::assertRan(fn ($process) => $process->command === 'npx prettier '.Hyde::pathToRelative(Hyde::sitePath()).'/**/*.html --write --bracket-same-line');
0 commit comments