Skip to content

Commit

Permalink
little nits
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Feb 14, 2017
1 parent b0dc4ff commit b33b119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/printLogo.specs.js
Expand Up @@ -6,9 +6,9 @@ describe('printLogo', function() {
it('should print logo if called to console log', function() {
stubHelper(function() {
var didRun = false;
// mock console before requiring printLogo
console.log = function() { didRun = true; };

// run the file
var printLogo = require('../printLogo');
printLogo();

Expand Down

0 comments on commit b33b119

Please sign in to comment.