Skip to content

Commit

Permalink
test(Pagination): correct test
Browse files Browse the repository at this point in the history
  • Loading branch information
francinelucca committed Jan 30, 2025
1 parent 9cd47ab commit 9955465
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,7 @@ describe('Pagination model', () => {
type: 'NUM',
num: 6,
selected: false,
precedesBreak: true,
},
{
type: 'BREAK',
num: 7,
precedesBreak: false,
},
{
type: 'NEXT',
Expand Down

0 comments on commit 9955465

Please sign in to comment.