Skip to content

Commit 31eb157

Browse files
committed
Update StaticSiteServiceTest.php
1 parent af53a41 commit 31eb157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/tests/Feature/StaticSiteServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function testNodeActionOutputs()
162162

163163
$this->artisan('build --run-prettier --run-vite')
164164
->expectsOutput('Prettifying code! This may take a second.')
165-
->expectsOutput('Building frontend assets with Vite! This may take a second.')
165+
->expectsOutput('Building frontend assets for production! This may take a second.')
166166
->assertExitCode(0);
167167

168168
Process::assertRan(fn ($process) => $process->command === 'npx prettier '.Hyde::pathToRelative(Hyde::sitePath()).'/**/*.html --write --bracket-same-line');

0 commit comments

Comments
 (0)