Skip to content

Commit

Permalink
Merge 1ce3471 into 960f5d1
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgibson committed Jan 9, 2020
2 parents 960f5d1 + 1ce3471 commit 9adb797
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/setup.js
@@ -0,0 +1,8 @@
var logger = require('../lib/logger');

// Silence the logger for tests by setting all its methods to no-ops
logger.setMethods({
info: function() {},
warn: function() {},
error: function() {}
});

0 comments on commit 9adb797

Please sign in to comment.