Skip to content

Commit

Permalink
fix: test_the_application_returns_a_successful_response
Browse files Browse the repository at this point in the history
  • Loading branch information
sojeda committed Jan 2, 2024
1 parent 30016b7 commit 2ebdfa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Feature/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class ExampleTest extends TestCase
*/
public function test_the_application_returns_a_successful_response(): void
{
$this->withoutVite();

$response = $this->get('/');

$response->assertStatus(200);
Expand Down

0 comments on commit 2ebdfa8

Please sign in to comment.