🗑️ 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:
HolgerHatGarKeineNode
2026-01-18 22:23:23 +01:00
parent 00707797e5
commit 31fb04caaa
16 changed files with 1161 additions and 7 deletions

View File

@@ -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);
});