Skip to content

Commit 5443074

Browse files
committed
remove test
1 parent 5f8214a commit 5443074

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/FourXXCardTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
use Livewire\Livewire;
66
use Morrislaptop\LaravelPulse4xx\FourXxCard;
77

8-
it('includes the card on the dashboard', function () {
9-
$this
10-
->get('/pulse')
11-
->assertSeeLivewire(FourXxCard::class);
12-
});
13-
148
it('renders 4xx requests', function () {
159
$request1 = json_encode(['GET', '/users', 418, null]);
1610
$request2 = json_encode(['GET', '/users/{user}', 403, null]);

0 commit comments

Comments
 (0)