Skip to content

Commit

Permalink
Add todo test
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Dec 19, 2023
1 parent 9e9d534 commit cf36192
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Feature/PaginationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
->assertDontSeeHtml('Bife à Parmegiana')
->assertSeeHtml('Francesinha vegana');

todo('prevents the "division by zero exception" when there is no data and when using toBase');

it('properly paginates', function () {
$component = powergrid();

Expand Down

0 comments on commit cf36192

Please sign in to comment.