Skip to content

Conversation

daddyshivvy
Copy link

No description provided.

gulp.watch(['**/*.js', '!node_modules/**'], ['lint', 'test']);
})

gulp.task('default', ['dev']);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good Job with your gulpfile.


exports.sayBye = function() {
return 'see ya later!'; // for some reason, this doesn't need parameters.
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't need parameters because it doesn't use parameters. If you wanted it to say 'see ya later Shiv!' you could construct it similar to the other method and make it take 'Shiv' as a parameter.

expect(result).to.equal('see ya later!');
});
});
});
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good Job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants