Back

/ 1 min read

Test Lazy Components

public function testCanSeeAllPosts()
{
Livewire::withoutLazyLoading()
->test(ShowPosts::class)
->assertSee(...);
}