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 38eb389 commit f831f03Copy full SHA for f831f03
test/tag.js
@@ -38,7 +38,7 @@ module.exports = function(git) {
38
git.tag(function(err, tags) {
39
should(tags).not.be.null();
40
should(tags[0]).not.be.null();
41
- should(tags[0]).equal('0.5.1');
+ should(tags.length > 10);
42
done();
43
});
44
0 commit comments