Skip to content

Commit

Permalink
Remove verbose test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
subesokun committed Sep 10, 2016
1 parent 22ee402 commit 317f6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('git registry', function() {
it('should lookup all package version of a given package from Github', function() {
this.timeout(5000);
return git.lookup('angular/bower-angular').then(function(versions) {
console.log('versions:', versions, versions.length);
expect(versions).to.be.ok;
});
});

Expand Down

0 comments on commit 317f6f1

Please sign in to comment.