We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6240d75 commit 7303db1Copy full SHA for 7303db1
test/functions/clean.js
@@ -17,6 +17,7 @@ test('clean tests', (t) => {
17
['~1.2.3', null],
18
['<=1.2.3', null],
19
['1.2.x', null],
20
+ ['0.12.0-dev.1150+3c22cecee', '0.12.0-dev.1150'],
21
].forEach(([range, version]) => {
22
const msg = `clean(${range}) = ${version}`
23
t.equal(clean(range), version, msg)
0 commit comments