awesome test coverage

This commit is contained in:
Peter Cottle 2013-10-06 16:47:23 -07:00
parent 0c95e975ec
commit 2904e94ef8
4 changed files with 52 additions and 1 deletions

View file

@ -57,6 +57,8 @@ var expectTreeAsync = function(command, expectedJSON) {
console.log('not going to match', command);
console.log('expected\n>>>>>>>>\n', loadTree(expectedJSON));
console.log('\n<<<<<<<<<<<\nactual', headless.gitEngine.exportTree());
console.log('\n<<<<ORIGIN>>>>>\n');
console.log(loadTree(expectedJSON).originTree, '\n==========\n', headless.gitEngine.exportTree().originTree);
}
return compareAnswer(headless, expectedJSON);
}, 'trees should be equal', 100);