We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6334f5 commit d2ec5beCopy full SHA for d2ec5be
test/tests/clone.js
@@ -28,7 +28,7 @@ describe("Clone", function() {
28
fse.remove(ssh),
29
fse.remove(git),
30
fse.remove(file)
31
- ]);
+ ]).catch(function unhandledFunction() {});
32
});
33
34
it.skip("can clone with http", function() {
@@ -103,7 +103,7 @@ describe("Clone", function() {
103
104
it("can clone with git", function() {
105
var url = "git://github.com/nodegit/test.git";
106
- var opts = {
+ var opts = {
107
remoteCallbacks: {
108
certificateCheck: function() {
109
return 1;
0 commit comments