mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
Merge branch 'master' into mzJPTranslate4
This commit is contained in:
commit
396c306fd2
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
# LearnGitBranching
|
# LearnGitBranching
|
||||||
|
|
||||||
|
|
||||||
[](https://travis-ci.org/pcottlele/learnGitBranching)
|
[](https://travis-ci.org/pcottlele/learnGitBranching)
|
||||||
|
|
||||||
LearnGitBranching is a git repository visualizer, sandbox, and series of educational tutorials and challenges. Its primary purpose is to help developers understand git through the power of visualization (something that's absent when working on the command line).
|
LearnGitBranching is a git repository visualizer, sandbox, and series of educational tutorials and challenges. Its primary purpose is to help developers understand git through the power of visualization (something that's absent when working on the command line).
|
||||||
|
|
|
@ -84,7 +84,7 @@ var expectTreeAsync = function(command, expectedJSON, startJSON) {
|
||||||
console.log(JSON.stringify(getHeadlessSummary(headless)));
|
console.log(JSON.stringify(getHeadlessSummary(headless)));
|
||||||
}
|
}
|
||||||
return compareAnswer(headless, expectedJSON);
|
return compareAnswer(headless, expectedJSON);
|
||||||
}, 'trees should be equal', 400);
|
}, 'trees should be equal', 500);
|
||||||
};
|
};
|
||||||
|
|
||||||
var expectLevelSolved = function(levelBlob) {
|
var expectLevelSolved = function(levelBlob) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue