We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83c18c commit d8eb0beCopy full SHA for d8eb0be
test/coerce.js
@@ -114,5 +114,5 @@ test('\ncoerce tests', function (t) {
114
t.same(valid(coerce('42.6.7.9.3-alpha')), '42.6.7')
115
t.same(valid(coerce('v2')), '2.0.0')
116
117
- t.done()
+ t.end()
118
})
0 commit comments