mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-05 04:04:29 +02:00
This commit is contained in:
parent
ebfd5e84d2
commit
aa39e1af3c
3 changed files with 16 additions and 0 deletions
|
@ -70,8 +70,10 @@ var expectTreeAsync = function(command, expectedJSON, startJSON) {
|
|||
console.log('\n<<<<<<<<<<<\nactual', getHeadlessSummary(headless));
|
||||
console.log('\n<<<<ORIGIN>>>>>\n');
|
||||
if (expected.originTree) {
|
||||
console.log('expected origin tree:');
|
||||
console.log(expected.originTree);
|
||||
console.log('\n=========\n');
|
||||
console.log('actual origin tree');
|
||||
console.log(getHeadlessSummary(headless).originTree);
|
||||
}
|
||||
console.log(expectedJSON);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue