Skip to content

Commit

Permalink
Update StaticSiteServiceTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 11, 2024
1 parent af53a41 commit 31eb157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/tests/Feature/StaticSiteServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public function testNodeActionOutputs()

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

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

0 comments on commit 31eb157

Please sign in to comment.