mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-28 07:43:18 +00:00
🗑️ Remove outdated migration files for einundzwanzig_plebs and pulse tables, restructure directory, and update testing suite with new factories and Livewire tests.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<?php
|
||||
|
||||
it('returns a successful response', function () {
|
||||
$response = $this->get('/');
|
||||
use Livewire\Livewire;
|
||||
|
||||
$response->assertStatus(200);
|
||||
it('returns a successful response', function () {
|
||||
Livewire::test('association.profile')
|
||||
->assertStatus(200);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user