mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-28 07:43:18 +00:00
9 lines
156 B
PHP
9 lines
156 B
PHP
<?php
|
|
|
|
use Livewire\Livewire;
|
|
|
|
it('returns a successful response', function () {
|
|
Livewire::test('association.profile')
|
|
->assertStatus(200);
|
|
});
|