mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-17 12:54:22 +00:00
🚀 initial commit
This commit is contained in:
9
tests/Feature/Livewire/Country/ChooserTest.php
Normal file
9
tests/Feature/Livewire/Country/ChooserTest.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
use Livewire\Volt\Volt;
|
||||
|
||||
it('can render', function () {
|
||||
$component = Volt::test('country.chooser');
|
||||
|
||||
$component->assertSee('');
|
||||
});
|
||||
Reference in New Issue
Block a user