mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-04 18:15:22 +02:00
Quick followups to PR #657
This commit is contained in:
parent
57caf3dc09
commit
21cc5e7382
2 changed files with 2 additions and 5 deletions
|
@ -7,7 +7,6 @@ describe('GitEngine Levels', function() {
|
|||
var levels = sequences[sequenceKey];
|
||||
Object.keys(levels).forEach(function(index) {
|
||||
var levelBlob = levels[index];
|
||||
// console.log('testing level', levelBlob.name.en_US);
|
||||
base.expectLevelSolved(levelBlob);
|
||||
}.bind(this));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue