mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
10 lines
139 B
PHP
10 lines
139 B
PHP
<?php
|
|
|
|
use Livewire\Volt\Volt;
|
|
|
|
it('can render', function () {
|
|
$component = Volt::test('welcome');
|
|
|
|
$component->assertSee('');
|
|
});
|