Skip to content

Commit

Permalink
fix coerce test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Jun 26, 2023
1 parent c83c18c commit fd093cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/coerce.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ test('\ncoerce tests', function (t) {
t.same(valid(coerce('42.6.7.9.3-alpha')), '42.6.7')
t.same(valid(coerce('v2')), '2.0.0')

t.done()
t.end()
})

0 comments on commit fd093cd

Please sign in to comment.