Disable logging during tests

This commit is contained in:
Felix Hammerl 2014-11-05 14:27:21 +01:00
parent d67f2a5d53
commit fe62759613
1 changed files with 4 additions and 1 deletions

View File

@ -47,4 +47,7 @@ if (!Function.prototype.bind) {
})();
// set worker path for tests
require('../src/js/app-config').config.workerPath = '../lib';
require('../src/js/app-config').config.workerPath = '../lib';
var axe = require('axe-logger');
axe.removeAppender(axe.defaultAppender);