We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd1a37 commit 4f0f6b1Copy full SHA for 4f0f6b1
test/integration/whitespace.js
@@ -29,8 +29,8 @@ test('range with 0', (t) => {
29
t.throws(() => new Range(r).range)
30
t.equal(validRange(r), null)
31
t.throws(() => minVersion(r).version)
32
- t.equal(minSatisfying(['1.2.3']), null)
33
- t.equal(maxSatisfying(['1.2.3']), null)
+ t.equal(minSatisfying(['1.2.3'], r), null)
+ t.equal(maxSatisfying(['1.2.3'], r), null)
34
t.end()
35
})
36
0 commit comments