Skip to content

Commit

Permalink
fix: cover sort
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi committed Dec 4, 2024
1 parent 55585d4 commit 37cb797
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/lib/commands/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,8 @@ t.test('latest dist tag', (t) => {
})

const packuments = [
// this needs more than one item in it to cover the sort logic
{ version: '50.0.0' },
{ version: '100.0.0' },
{ version: '105.0.0-pre' },
]
Expand Down

0 comments on commit 37cb797

Please sign in to comment.