feat: shared environments
This commit is contained in:
9
tests/Feature/Livewire/TeamSharedVariablesIndexTest.php
Normal file
9
tests/Feature/Livewire/TeamSharedVariablesIndexTest.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
use App\Livewire\TeamSharedVariablesIndex;
|
||||
use Livewire\Livewire;
|
||||
|
||||
it('renders successfully', function () {
|
||||
Livewire::test(TeamSharedVariablesIndex::class)
|
||||
->assertStatus(200);
|
||||
});
|
||||
Reference in New Issue
Block a user