Skip to content

Commit

Permalink
Improve confidence of test
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 8, 2024
1 parent 5e653a9 commit 5508d35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/framework/tests/Unit/Facades/ViteFacadeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ public function testRunningReturnsTrueWhenViteHotFileExists()

public function testRunningReturnsFalseWhenViteHotFileDoesNotExist()
{
$this->assertFileDoesNotExist('app/storage/framework/cache/vite.hot');

$this->assertFalse(Vite::running());
}

Expand Down

0 comments on commit 5508d35

Please sign in to comment.