mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-27 22:24:58 +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));
|
||||
});
|
||||
|
|
|
@ -39,10 +39,8 @@ var indexFile = readFileSync('src/template.index.html').toString();
|
|||
var indexTemplate = _.template(indexFile);
|
||||
|
||||
var compliments = [
|
||||
'Wow peter great work!',
|
||||
'Such a professional dev environment',
|
||||
'Can\'t stop the TRAIN',
|
||||
'git raging'
|
||||
'Thanks to Hongarc for the modern and amazing gulp workflow!',
|
||||
'I hope you all have a great day :)'
|
||||
];
|
||||
var compliment = (done) => {
|
||||
var index = Math.floor(Math.random() * compliments.length);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue