mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-05-03 16:24:55 +00:00
🔥 **Cleanup:** Removed BookCase and OrangePill models, factories, migrations, and related references. Added tests for new service and meetup creation flows. Updated PHPUnit settings and browser-specific configurations.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
use App\Livewire\Helper\FollowTheRabbit;
|
||||
use Livewire\Livewire;
|
||||
|
||||
it('mounts the FollowTheRabbit component', function () {
|
||||
Livewire::test(FollowTheRabbit::class)->assertStatus(200);
|
||||
});
|
||||
|
||||
it('is referenced by the /kaninchenbau route', function () {
|
||||
$this->get('/kaninchenbau')->assertSuccessful();
|
||||
});
|
||||
Reference in New Issue
Block a user