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:
parent
d67f2a5d53
commit
fe62759613
@ -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);
|
Loading…
Reference in New Issue
Block a user