Skip to content

Commit

Permalink
fix: logging mock for test file
Browse files Browse the repository at this point in the history
closes #6
  • Loading branch information
leo-linux-new committed Nov 17, 2015
1 parent 8871af2 commit 9f3d065
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/czCustomizableSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ describe('cz-customizable', function() {
module = rewire('../index.js');

module.__set__({
console: {
// it mocks winston logging tool
log: {
info: function() {}
},

Expand Down

0 comments on commit 9f3d065

Please sign in to comment.