Skip to content

Commit

Permalink
mute logs in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Sep 27, 2017
1 parent 250a30b commit a05cc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if(document.getElementById("moon-els")) {
var expect = chai.expect;

// Stop logs
// console.log = console.error = Moon.util.noop;
console.log = console.error = Moon.util.noop;

// Cover errors
Moon.util.log("Test");
Expand Down

0 comments on commit a05cc3b

Please sign in to comment.