Delete TeamSharedVariablesIndexTest.php
This commit is contained in:
parent
e7e3adc7fb
commit
829e41f93f
1 changed files with 0 additions and 9 deletions
|
|
@ -1,9 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
use App\Livewire\TeamSharedVariablesIndex;
|
|
||||||
use Livewire\Livewire;
|
|
||||||
|
|
||||||
it('renders successfully', function () {
|
|
||||||
Livewire::test(TeamSharedVariablesIndex::class)
|
|
||||||
->assertStatus(200);
|
|
||||||
});
|
|
||||||
Loading…
Reference in a new issue