1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-22 08:52:15 -05:00

Disable logging during tests

This commit is contained in:
Felix Hammerl 2014-11-05 14:27:21 +01:00
parent d67f2a5d53
commit fe62759613

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);