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 1f327aa commit eadcc0aCopy full SHA for eadcc0a
1 file changed
test/runner.js
@@ -9,7 +9,7 @@ var exec = promisify(function(command, callback) {
9
before(function(done) {
10
this.timeout(150000);
11
12
- var url = "https://github.com/nodegit/nodegit";
+ var url = "https://github.com/nodegit/test";
13
var done = done.bind(null, null);
14
15
fs.exists("test/repos").then(function() {
0 commit comments